WWW::Mechanize 查找链接并关注链接

发布于 2024-11-18 11:35:03 字数 515 浏览 2 评论 0原文

使用 WWW::Mechanize,我尝试找到 text_regex => 的链接qr/Next/ 并成功跟踪链接,但我对如下所示的链接遇到问题:

"< img alt="" src="images/pager-spacer.gif" >
    < input type="submit" class="link-btn" id="ctl00_ctl00_ContentPlaceHolder1_phSearchHeader_pgrTop_btnNext" onclick="javascript:suppressPopUp();" value="Next" name="ctl00$ctl00$ContentPlaceHolder1$phSearchHeader$pgrTop$btnNext> < img alt="" src="images/gtn.gif"> "

How do I find and follow link like that.

谢谢。

Using WWW::Mechanize, I've try to find link with text_regex => qr/Next/ and follow the link with success, but I'm having problem with the link that look like this:

"< img alt="" src="images/pager-spacer.gif" >
    < input type="submit" class="link-btn" id="ctl00_ctl00_ContentPlaceHolder1_phSearchHeader_pgrTop_btnNext" onclick="javascript:suppressPopUp();" value="Next" name="ctl00$ctl00$ContentPlaceHolder1$phSearchHeader$pgrTop$btnNext> < img alt="" src="images/gtn.gif"> "

How do I find and follow link like that.

Thank you.

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

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

发布评论

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

评论(1

日裸衫吸 2024-11-25 11:35:03

由于输入类型为提交,您是否尝试仅提交表单,$mech->submit(); 应该可以工作

Did you try to just submit the form since the input type is submit, $mech->submit(); should work

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