ASCII十进制转字符串的方法
摘要:/// /// ASCII转字符串 /// /// ASCII对应十进制码 /// public static string ASCIIToStr(int asciiCode) { if (asciiCode >= 0 && asciiCode <= 25...
阅读全文
posted @ 2017-07-18 12:24
posted @ 2017-07-18 12:24
posted @ 2017-07-18 12:21
posted @ 2017-07-12 12:29