摘要:
Code: //生成HTML页 public static bool WriteFile(string strText,string strContent,string strAuthor) { string path = HttpContext.Current.Server.MapPath("/news/"); Encoding code =... 阅读全文
摘要:
1using System; 2using System.Drawing; 3using System.Drawing.Imaging; 4using System.Web.UI; 5using System.Drawing.Drawing2D; 6using System.IO; 7namespace Validate 8{ 9 /**//// 10 ... 阅读全文