摘要:
string weclome="";byte[] data = new byte[1024];//字符串转byte数组data = Encoding.ASCII.GetBytes(welcome);//byte[]数组转ASCII字符串weclome=Encoding.ASCII.GetString(data, 0,data.length) 阅读全文
posted @ 2014-03-12 21:00
Mark1997
阅读(933)
评论(0)
推荐(0)

浙公网安备 33010602011771号