Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Android 开发的新手。使用android,我正在尝试访问某个不受我控制的网站(由其他人开发,我无法更改),在表单字段中填写数据。
使用 WebView 控件,我能够加载给定的 URL。但我坚持发送/填充数据到表单字段。
我该怎么做?
您可能需要在这个问题中做类似的事情。
您应该真正与网站负责人核实。如果你能得到一点合作,那么他们就不太可能改变你的表格并破坏你的代码。我有类似的情景,对方很高兴,至少会在发生任何重大变化之前通知我。