会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
李大大
博客园
首页
新随笔
联系
订阅
管理
02 2017 档案
string转换成byte[]
摘要:string sdata = "我是一个字符串"; Encoding code = Encoding.GetEncoding("utf-8"); byte[] buffer = code.GetBytes(sdata);
阅读全文
posted @
2017-02-20 10:08
小A爱吧
阅读(579)
评论(0)
推荐(0)
取出dictionary中的值
摘要: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)
公告