摘要:
static byte[] GetBytesFromDic(Dictionary<string,string> dic) { if(dic==null || !dic.Any()) { return null; } using (MemoryStream ms = new MemoryStream()) { BinaryFormatter binFormatter = new BinaryForm 阅读全文
posted @ 2019-12-17 11:30
FredGrit
阅读(308)
评论(0)
推荐(0)

浙公网安备 33010602011771号