window.opener 回傳開啟window 視窗的物件參考。 舉例如下 function run() { var w = window.open("", "", "width=400, height=300"); w.document.write("There is no ...
確定! 回上一頁