window.open() 第一個參數是網址,第二個參數是window 名稱。 ... 就是此視窗的window 物件,所以一般不會有標題描述的需求: var w = window.open('a.html', 'demo'); ...
確定! 回上一頁