摘要:
string MyString = "中华人民共和国中央人民政府主席,1950年。"; ASCIIEncoding MyData = new ASCIIEncoding(); byte[] MyBytes = MyData.GetBytes(MyString); //MyLength 为字符串的实际长度 int MyLength= 0; for (int i = 0; i <= MyByt... 阅读全文
posted @ 2010-07-03 10:43 ykhi 阅读(321) 评论(0) 推荐(1)
浙公网安备 33010602011771号