backurl: heytapbrowser://main/iflow?sub_target=only_enter_iflow html: changeDiv { background: #eee; color: #093; height:
backurl: heytapbrowser://main/iflow?sub_target=only_enter_iflow
html:
changeDiv {
background: #eee;
color: #093;
height: 200px;
}
function selectAnchor(element) {
document.getElementById(element).className = ‘changeDiv’;
}
javascript:
①、window.location.href方式
// 以下方式定时跳转 setTimeout("javascript:location.href='hello.html'", 5000);
//backurl: heytapbrowser://main/iflow?sub_target=only_enter_iflow
②、window.navigate方式跳转
window.navigate("target.aspx");
③、window.loction.replace方式
//backurl: heytapbrowser://main/iflow?sub_target=only_enter_iflow
window.location.replace("target.aspx");
④、self.location方式
self.location='target.aspx';
⑤、top.location方式
top.location='target.aspx';
⑥、返回方式
alert("返回");
window.history.back(-1);
来源地址:https://blog.csdn.net/yetaodiao/article/details/127974382
--结束END--
本文标题: backurl: heytapbrowser://main/iflow?sub_target=only_enter_iflow
本文链接: https://lsjlt.com/news/392665.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-04-01
2024-04-03
2024-04-03
2024-01-21
2024-01-21
2024-01-21
2024-01-21
2023-12-23
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0