摘要: 1、取字符串的长度:Length string str =“中国”; int Len = str.Length;//得到str字符串的长度 2、字符串转为比特码: byte [] bytStr = system.text.encoding.default.getbytes(str); len = b 阅读全文
posted @ 2020-07-01 20:16 猎人7号 阅读(177) 评论(0) 推荐(0) 编辑