由于中文参数乱码,所以js脚本写的链接window.location = encodeURI()
但是链接点击后直接在当前页跳转了,想要在新页面跳转要怎么改?
window.open(encodeURI('url'),'__bank')