摘要:
--关于我们 if not exists (select * from syscolumns where id = object_id('dbo.[表名]') and name = 'aboutUs') begin alter table 表名 add aboutUs text NOT NULL D 阅读全文
摘要:
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=" 阅读全文