Lv.的博客
摘要: 定义string变量为str,内存流变量为ms,比特数组为bt 1.字符串=>比特数组 (1)byte[] bt=System.Text.Encoding.Default.GetBytes("字符串"); (2)byte[] bt=Convert.FromBase64String("字符串"); 补 阅读全文
posted @ 2016-06-27 13:30 Avatarx 阅读(402) 评论(0) 推荐(0) 编辑