public static String ConvertString(String lines){ Encoding gb2312 = Encoding.GetEncoding(936); byte[] src=gb2312.GetBytes(lines);
確定! 回上一頁