js常用命令
574 ワード
1.新しいインターフェースwindow.open(URL,name,feature,replace)にジャンプします.
window.open("index.jsp","_self");//
2.ヒントボックスalert()
confirm()
prompt()