UIWebVIew Javascript 文档.location

发布于 2024-12-12 20:55:57 字数 328 浏览 2 评论 0原文

我无法让我的 UIWebView 基于 javascript 更改位置。虽然这看起来有点多余,但这是必要的,因为当 document.location 已知时,客户的网站会存储 cookie。但是,当我尝试访问他网站的下一部分时,它不会打开。

这是代码

[self.webView stringByEvaluatingJavaScriptFromString:@"document.location = 'http://www.nextLink.com'"];

但是,这似乎没有做任何事情。 document.write 方法也有效!

谢谢!

I have been unable to get my UIWebView to change location based in javascript. While this may seem a bit redundant, it is necessary because the client's website stores a cookie when document.location is known. However, when I try accessing the next part of his site, it will not open.

Here is the code

[self.webView stringByEvaluatingJavaScriptFromString:@"document.location = 'http://www.nextLink.com'"];

However, this doesn't seem to have done anything. Also the document.write method works!

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

御守 2024-12-19 20:55:58

您是否尝试过使用 window.location 来代替?

Have you tried with window.location instead?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文