摘要:
//字节数组转16进制字符串 private static string byteToHexStr(byte[] bytes,int length) { string returnStr = ""; if (bytes != null) { for (int i = 0; i < length; i 阅读全文
posted @ 2018-06-18 10:13
Poison_heng
阅读(7776)
评论(1)
推荐(0)
2018年6月18日