window.open(URL,name,specs,replace)
// 在新窗口打开href
window.open(href, '_blank')
// 在本窗口打开href
window.open(href, '_self ')
window.open(href, '_top ')
// 在新窗口打开href
window.open(href, '_blank')
// 在本窗口打开href
window.open(href, '_self ')
window.open(href, '_top ')
本文标题:window.open
本文链接:https://www.haomeiwen.com/subject/plwzoltx.html
网友评论