為什么改為_(kāi)self后都不跳轉(zhuǎn)了
function Wopen(){
? ? ? window.open('http://idcbgp.cn','_self','height=600,width=400,top=100,left=0');
? }?
function Wopen(){
? ? ? window.open('http://idcbgp.cn','_self','height=600,width=400,top=100,left=0');
? }?
2018-10-06
舉報(bào)
2018-11-12
http://idcbgp.cn
http加s 是安全鏈接
2018-10-10
當(dāng)前窗口為https 所以要用_self的時(shí)候跳轉(zhuǎn)網(wǎng)站要用http://idcbgp.cn
2018-10-07
同問(wèn),用_self 沒(méi)有效果
2018-10-06