摘要: 举个例子: 字符串:str_Command=“01 06 10 00 00 00 8D 07” 转为8位字节数组: string[] strs = str_Command.Split(' '); byte[] bts = new byte[strs.Length]; for (int i = 0; 阅读全文
posted @ 2022-06-23 09:29 冲云霄 阅读(367) 评论(0) 推荐(0)