从脚本中获取数据

发布于 2024-11-06 23:54:31 字数 288 浏览 6 评论 0原文

以下是一个示例网站:

http://www.indianyellowpages.com/business-services/advertising/< /a>

当您单击任何“查看联系方式”按钮(并注册,无需电子邮件确认)时,会弹出一个小窗口。如何使用 wget(或curl)从此窗口下载数据?

编辑:或者perl。

Here's an example website:

http://www.indianyellowpages.com/business-services/advertising/

When you click any of the 'View Contact Details' buttons (and register, no e-mail confirmation needed), a small window pops up. How would I download data from this window using wget (or curl)?

EDIT: Or perl.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黎夕旧梦 2024-11-13 23:54:31

您可以使用 wget 或curl 来完成此操作。或 Perl。

正确的过程首先需要您记录一个“手动”会话,以准确弄清楚您的浏览器发送了哪些请求来实现其正在执行的操作。然后将其转换为正确的 wget 或curl 命令行或perl 脚本。或者无论如何。

You can do this with either wget or curl. or Perl.

The correct procedure would first involve you recording a "manual" session to figure out exactly what requests your browser sends to achieve what it's doing. Then you convert that into the proper wget or curl command line or perl script. Or whatever.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文