摘要:
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 + "... 阅读全文
摘要:
方案1:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///<summary>///传入URL返回网页的html代码///</summary>///<paramname="Url">URL</param>... 阅读全文