摘要: (1)使用System.BitConverter static void Main(string[] args){ UInt64 sendData = 0xA000A908020001FE; byte[] bs = System.BitConverter.GetBytes(sendData); // 阅读全文
posted @ 2020-01-29 14:07 xiaoxinZard 阅读(765) 评论(0) 推荐(0)