02 2017 档案

摘要:string sdata = "我是一个字符串"; Encoding code = Encoding.GetEncoding("utf-8"); byte[] buffer = code.GetBytes(sdata); 阅读全文
posted @ 2017-02-20 10:08 小A爱吧 阅读(579) 评论(0) 推荐(0)
摘要:var dic=ViewBag.dic as Dictionary<string,List<TeenySoft.Web.Model.wx_shop.ProductInfo>>; if (dic!=null) { foreach (var item in dic.Keys) { <li style=" 阅读全文
posted @ 2017-02-14 15:29 小A爱吧 阅读(1062) 评论(0) 推荐(0)