PhoneGap 在远程网站上进行身份验证并访问其内容
如何在 PhoneGap WebView 中访问网站内容?
我的应用程序通过登录表单访问一个网站。我想抓住&解析网站中显示的结果凭据/内容。
使用 ChildBrowser 插件,我似乎无权访问子浏览器内容?
提前致谢 最大限度
How can I access content of a website within the PhoneGap WebView?
My application accesses a website with a login form. I want to grab & parse the resulting credentials/content displayed in the website.
Using the ChildBrowser Plugin, it seems that I don't have any access to the child browsers content?
Thanks in advance
Max
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你看过 XMLHttpRequest 吗?您应该能够在 JavaScript 中使用它来请求页面。
Have you looked at XMLHttpRequest? You should be able to use that in your JavaScript to request the page.
我会使用 jQuery 的 .ajax() 函数!
I'd use jQuery's .ajax() function for that!