window.location.href 在 Ipad 和 Iphone 中不起作用

php*_*er1 4 javascript mobile ios

我在表单中使用了 Google Login API。登录用户后,我曾经将用户重定向到另一个页面,但它在和window.location.href中不起作用。iPadiPhone

window.location.href = "http://example.com/test";
Run Code Online (Sandbox Code Playgroud)

小智 5

href如下图删除

window.location = "http://example.com/test";
Run Code Online (Sandbox Code Playgroud)