我在模仿聊天工具時,把要傳輸的東西轉化成System.Text.Encoding.ASCILL,但是只能傳英文,不能傳中文,我該怎樣做才能傳中文呢?
熱心網友
要傳中文不能使用System.Text.Encoding.ASCIIASCII不支持中文,使用System.Text.Encoding.Unicode就可以了!
熱心網友
代碼轉換呀.
我在模仿聊天工具時,把要傳輸的東西轉化成System.Text.Encoding.ASCILL,但是只能傳英文,不能傳中文,我該怎樣做才能傳中文呢?
要傳中文不能使用System.Text.Encoding.ASCIIASCII不支持中文,使用System.Text.Encoding.Unicode就可以了!
代碼轉換呀.