window.open
2021-10-19 本文已影响0人
hszz
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 ')