2013年3月29日
摘要: public class Script { public static void Alert(string message) { ResponseScript(" alert('" + message + "');"); } public static void ResponseScript(string script) { HttpContext.Current.Response.Write("<script type=\"text/javascript\">\n//<... 阅读全文
posted @ 2013-03-29 09:53 非零 阅读(1327) 评论(0) 推荐(0)