2008年12月27日
摘要: string cmd = (string)Common.sink("cmd", MethodType.Get, 255, 0, DataType.Str); protected void Page_Load(object sender, EventArgs e) { if (cmd == "DownLoad") { DownXslFile(); } }/// <summary> ///... 阅读全文
posted @ 2008-12-27 19:47 Michael.li 阅读(418) 评论(0) 推荐(0)