摘要: //先得到模板页所在的路径 string phyPath = context.Server.MapPath("/p02style.html"); //得到模板的所有内容 string str = System.IO.File.ReadAllText(phyPath); //读取母版页 替换占位符 / 阅读全文
posted @ 2018-06-05 16:22 敲代码带 阅读(965) 评论(0) 推荐(1)