我已经尝试在网页上的JavaScript函数中插入这些内容,并且当在PC上查看页面时它们都可以正常工作,但是当我在手机上使用该功能时它们都不起作用(索尼爱立信Xperia,如果重要的是):
window.location = [the url goes here];
window.location.href = [the url goes here];
window.location.assign([the url goes here]);
document.location = [the url goes here];
document.location.href = [the url goes here];
我测试了该功能已被激活(在PC和移动设备上显示的功能中都有一个alert()),但页面永远不会在移动设备上重定向,它只是保持不变。有谁知道可能是什么问题?
答案 0 :(得分:0)
我已经在运行Firefox的小米Mi Rednote 2上测试了你的代码,它运行得很好。我怀疑您的手机浏览器设置不正确无法运行JavaScript。