摘要:
// ========================== public void MakeImage(string picPath, string Filename, int width, int height, string heads, string mode) { Image originalImage = Image.FromFile(picPath + "\\" + Filename)... 阅读全文
posted @ 2010-05-12 11:39
M.JQ
阅读(1539)
评论(0)
推荐(0)
摘要:
public class CommonClass : System.Web.UI.Page { //各种弹出窗口函数 public string Alert(string msg) { string Str; Str = "<script language=javascript>"; Str += " window.alert('" + msg + "');"; Str += "<... 阅读全文
posted @ 2010-05-12 11:06
M.JQ
阅读(326)
评论(0)
推荐(1)