关于Android的windowlocationhref不跳转

关于Android的windowlocationhref不跳转,第1张

概述问题背景:window.location.href在Android手机微信浏览器不跳转,没反应。 1、在href的链接后面拼接随机数window.location.href=url+'?v=' +(new Date().getTime());或top.window.location=url+'?v=' +(new Date().getTime()); 2、如果修改了以上还不生

问题背景:window.location.href 在AndroID手机微信浏览器 不跳转,没反应。

 

1、在href的链接后面拼接随机数

window.location.href = url + '?v=' + (new Date().getTime());

或 top.window.location = url + '?v=' + (new Date().getTime());

 

2、如果修改了以上还不生效,那就是需要你在触发 跳转时关闭手机网络代理,就OK了。

总结

以上是内存溢出为你收集整理的关于Android的window/location/href不跳转全部内容,希望文章能够帮你解决关于Android的window/location/href不跳转所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1111746.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-29
下一篇 2022-05-29

发表评论

登录后才能评论

评论列表(0条)

保存