php提交javascript表单

发布于 2025-01-07 15:03:38 字数 139 浏览 0 评论 0原文

我正在使用 php 解析网站以检索数据。在 javascript 组合框中选择值后,部分数据将变得可见。

他们是 php 在组合框中选择一个值、提交它并处理结果的方法吗?

I'm parsing a website with php to retrieve data. Part of the data becomes visible after selecting values in a javascript combobox.

Is their a way for php to select a value in the combobox, submit it and handle result?

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

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

发布评论

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

评论(2

鹊巢 2025-01-14 15:03:38

恐怕不是。您必须剖析正在抓取的页面,以查看可见数据的来源。使用 Firebug 来帮助你。

I'm afraid not. You will have to dissect the page you are scraping to see where the data that becomes visible comes from. Use Firebug to help you.

蝶…霜飞 2025-01-14 15:03:38

我最终在网络选项卡上使用了Chrome中的开发者工具。这使我能够捕获使用 javascript 组合框发布的表单数据

我使用 cURLphp 中执行了该帖子。

I ended up using the Developer Tools from Chrome on the network tab. This allowed me to capture the form data that is been posted with the javascript combobox.

With cURL I performed the post in php.

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