重點就是不要直接在callback 裡寫window.open 改成先建立好window 再由callback 指向正確的url. var mywin = window.open(“about:blank”, “redirect”) ...
確定! 回上一頁