摘要: asp.net生成html方法一 //生成HTML页 public static bool WriteFile(string strText,string strContent,string strAuthor) { string path = HttpContext.Current.Server.MapPath("/news/"); Encoding code = Enco... 阅读全文
posted @ 2009-01-24 14:14 pr.ou 阅读(543) 评论(1) 推荐(0)