摘要:
using System.Text; try { using (StreamWriter sw = new StreamWriter(Server.MapPath("01.htm"), false, System.Text.Encoding.GetEncoding("GB2312"))) { sw.WriteLine("" + user2.Name + "," + user2.Pwd + "... 阅读全文
posted @ 2009-11-09 16:26
Silver.Lee
阅读(157)
评论(0)
推荐(0)
摘要:
方案1:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///<summary>///传入URL返回网页的html代码///</summary>///<paramname="Url">URL</param>... 阅读全文
posted @ 2009-11-09 15:48
Silver.Lee
阅读(178)
评论(0)
推荐(0)