06 2018 档案
摘要:string sql_sel = "select InS.ID as isID, InS.InventorySize , InS.MinValue,InS.MaxValue from InventorySize InS "; DataSet ds = SqlHelper.GetDataSet(sql_sel); if (ds != null && ds.Tab...
阅读全文
摘要://先得到模板页所在的路径 string phyPath = context.Server.MapPath("/p02style.html"); //得到模板的所有内容 string str = System.IO.File.ReadAllText(phyPath); //读取母版页 替换占位符 /
阅读全文

浙公网安备 33010602011771号