為什么改為_self后都不跳轉了
function Wopen(){
? ? ? window.open('http://www.xianlaiwan.cn','_self','height=600,width=400,top=100,left=0');
? }?
function Wopen(){
? ? ? window.open('http://www.xianlaiwan.cn','_self','height=600,width=400,top=100,left=0');
? }?
2018-10-06
舉報
2018-11-12
http://www.xianlaiwan.cn
http加s 是安全鏈接
2018-10-10
當前窗口為https 所以要用_self的時候跳轉網站要用http://www.xianlaiwan.cn
2018-10-07
同問,用_self 沒有效果
2018-10-06