摘要:
string转成 Base64 形式的String //byte[] 转string byte[] b = Encoding.Default.GetBytes("字符串"); //byte[]转成 Base64 形式的String string a = Convert.ToBase64String(b); Base64 形式的String转成string //Base64... 阅读全文
posted @ 2019-03-04 10:54
随遇而安(huangjun)
阅读(7564)
评论(0)
推荐(0)

浙公网安备 33010602011771号