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 应用程序中找到一些特定谷歌搜索的结果链接。请任何人帮助我找到一种方法来做到这一点。我只需要谷歌搜索的链接。如果有人发布一些示例代码,它将对我非常有用。
我想不出你只需要链接的原因..只需在 webview 中打开搜索页面。
您可以编写一个 PHP curl 程序来捕获生成的网页,然后使用一些正则表达式从结果页面中获取链接。