大佬帮帮忙!!我用-self 和-blank 都是在新窗口中打开啊,没区别呀
function Wopen(){
window.open('http://www.imooc.com',' _self','width=600,height=400,top=200px,left=0px,')
}
function Wopen(){
window.open('http://www.imooc.com',' _blank','width=600,height=400,top=200px,left=0px,')
}
这两个代码运行出来的都是一样的结果啊。。。。