c# 将gb2312编码转换为汉字 using System;using System.Text;using System.Collections.Generic;using System.Linq;using System.Net;namespace ConsoleApplication1{class Program{static void Main(string[]args){string str=\"中国语言文学系;按分号5261分割string[]words=str.Split(';');string result=string.Empty;for(int i=0;i;i+){if。string.IsNullOrEmpty(words[i])){转换前4102,去1653除每个单词前&result+(char)Convert.ToInt32((words[i].Remove(0,2)));}}输出Console.WriteLine(result);}}}
国家标准GB2312-80信息交换用汉字编码属于___ A 数字编码
请问汉字如何用程序转换成GB2312编码?不太明白你的问题,汉字本来就是GB2312或GBK编码的,怎么转换?只需要在程序中声明为GB2312就可以了例:JS?