摘要: C# Byte[] string转换 01,C# string类型转成byte[]: Byte[] byteArray = System.Text.Encoding.Default.GetBytes ( str ); 02, C# byte[]转成string: stringstr = System 阅读全文
posted @ 2020-07-21 14:14 wewehahayuyu 阅读(1914) 评论(0) 推荐(0)