多窗口加入JS代码
时间:2024-01-05 14:31:46查看量:893
function isback_nojq(){
if (window.history && window.history.pushState) {
window.addEventListener('popstate',noback);
}
window.history.pushState('forward', null, '#');
window.history.forward(1);
}
function noback(){
window.history.pushState('forward', null, '#');
window.history.forward(1);
BSL.CloseTopWindow();
}
isback_nojq();
开户多窗口后要网页要引入以下代码。
下一篇:App内原生播放器