摘要: /// /// 终端机的js消息框 /// /// /// /// public static void MsgBox(Page page, string msg, string url) { if (!url.IsNull()) //isNull方法自己实现 page.ClientScript.RegisterStartupScript(page.GetType(), "showMessage", ... 阅读全文
posted @ 2013-07-30 11:44 淡定的程序猿 阅读(201) 评论(0) 推荐(0)