随笔 - 33,  文章 - 1,  评论 - 0,  阅读 - 12931
09 2015 档案
获取指定字节长度的字符串
摘要:public static string GetStringByBytes(string str, int len) { if (str == null) return string.Empty; int j ... 阅读全文
posted @ 2015-09-21 13:53 星星点灯6 编辑

点击右上角即可分享
微信分享提示