1、不兼容苹果手机---->>>>使用模拟触发a标签
点击点击
2、不兼容安卓,增加时间或随机数
window.location.href=url+'?timestamp='+((new Date()).getTime()+Math.random());参考文章:
本文共 240 字,大约阅读时间需要 1 分钟。
1、不兼容苹果手机---->>>>使用模拟触发a标签
点击点击
2、不兼容安卓,增加时间或随机数
window.location.href=url+'?timestamp='+((new Date()).getTime()+Math.random());参考文章:
转载于:https://www.cnblogs.com/rachelch/p/10372996.html