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上使用。谢谢你。问候。
因此,您想从 Android 应用程序的网页中抓取数据。
您应该使用 下载网页HttpClient,然后解析生成的 HTML。
HttpClient
在不了解更多信息的情况下,很难帮助您解析 HTML。