public class Utils { //byte[]数组转16字符串 public static string ByteToHexStr(byte[] by) { StringBuilder ret = new StringBuilder(); foreach (byte b in by) { Read More
posted @ 2020-08-05 16:04 2eggs Views(127) Comments(0) Diggs(0) Edit