[問題] Win32::IEAutomation如何接收傳回值?

看板Perl作者 (夕陽武士)時間14年前 (2011/06/15 11:48), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
以$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
文章代碼(AID): #1D-2k3ql (Perl)
文章代碼(AID): #1D-2k3ql (Perl)