ASP 入门
(1) 在ASP 中使用MessageBox
項目-〉?References?->?右鍵?—〉?Add?Reference?->?.Net?-〉System.Windows.Forms.dll
.cs中?using?System.Windows.Forms;
messagebox.show("聯接已打開!");
當然,也可以直接用Response.Write("<script>alert('聯接已打開!')</script>");
?
(2) 在ASP中跳轉到某個頁面
Response.Redirect("loginok.asp")
?
?ps:其實我也不知道為什么寫了這么個東西~
轉載于:https://www.cnblogs.com/CBDoctor/archive/2013/04/21/3034524.html
總結
- 上一篇: 【基础】哥德巴赫猜想
- 下一篇: JavaSE 几个常见术语区别