摘要:
C# 代码有这么一段: byte[] bText = System.Text.Encoding.GetEncoding("gb2312").GetBytes(txtMsgValue.Text.Trim()); string bbText = BitConverter.ToString(bText).Replace("-", "");AS3 改写:var bytes:ByteArray =new ByteArray(); bytes.writeMultiByte(txtMsgValue.text,"gb2312"); 阅读全文
posted @ 2013-04-01 14:01
走路到纽约
阅读(1447)
评论(0)
推荐(0)

浙公网安备 33010602011771号