1. 程式人生 > >window.open --firefox

window.open --firefox

打開 rom win window CA 火狐 AI () a標簽

火狐window.open()

window.open("http://baidu.com");直接攔截

chrome、ie等瀏覽器攔截是在ajax中window.open("http://baidu.com");

----------------------------------------------------------------------------------------------------

火狐

window.open()----改為<a href="url">路徑</a>通過a標簽打開

或者windwo.location.href="url"(備註這種方式打開的是本頁面打開要打開的頁面(即本地本頁面打開),並沒有重打開一個頁面)

window.open --firefox