window.open(URL,name,features,replace) ... <html> <head> <script type="text/javascript"> function open_win() { window.open("http://www.w3school.com.cn") } ...
確定! 回上一頁