苹果手机->我如何模拟点击 javascript 操作?
我尝试在“javascript:void(0)”上模拟 CLI;因为我在这个脚本中需要 html 数据
但是我该怎么做呢?
我只使用 NSUrl (并且我不会使用像 UITouchEvent 这样的非法 API)
谢谢大家:)
i try to simulate a clic on a "javascript:void(0)"; Because i need html data in this script
But how i can do this?
I work only with NSUrl (and I don't won't use illegal API like UITouchEvent)
Thx for all :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定您到底想要做什么,但假设您正在尝试在 UIWebView 中执行此操作,那么您可以执行以下操作:
然后您可以执行您喜欢该页面的任何 javascript
希望这会有所帮助:)
Not sure exactly what it is you're trying to do, but assuming that you are trying to do this within a UIWebView then you can do this:
You can then execute any javascript that you liken the page
Hope this helps :)