作者writeman (夕阳武士)
看板Perl
标题[问题] Win32::IEAutomation如何接收传回值?
时间Wed Jun 15 11:48:17 2011
以$ie->gotoURL('
http://xxxx.xxxx.xxxx/a.php?action=list');浏览页面
该页面会有传回值(response)
不知道有什麽方法可以接收该传回值吗
例如
use Win32::IEAutomation;
my $ie = Win32::IEAutomation->new( visible => 0, maximize => 1);
$ie->gotoURL('
http://xxxx.xxxx.xxxx/a.php?action=list');
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 61.60.111.130