在 Android 中填写表单数据
我是 Android 开发新手。使用android,我试图访问某个不受我控制的网站(由其他人开发,我无法更改),在表单字段中填写数据。
使用 WebView 控件,我能够加载给定的 URL。但我一直在发送/填充数据以形成字段。
我该如何继续呢?
I am new to Android development. Using android, I am trying to go to a certain website which is not under my control(developed by someone else and I can't change), fill the data in form fields.
Using WebView control, i am able to load the given URL. But i am stuck with sending/filling data to form fields.
How do i proceed with that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要执行此问题中的操作。
您确实应该咨询该网站的负责人。如果您能获得一些合作,那么他们就不太可能更改您的表单并破坏您的代码。我也有类似的情况,对方很高兴,至少会在发生重大变化之前通知我。
You probobly need to do somthing like in this question.
You should realy check with the person responsible for the website. If you can get a bit of co-operation then they are less likely to change the form on you and break your code. I have a similar senario and the other party is very happy and will at least inform me before any major changes occure.