您需要 登录 才可以下载或查看,没有账号?加入
举报
#include <INet.au3> $Url = 'http://www.bwlc.net/bulletin/index.jsp?id=3' $str = _INetGetSource($Url, 1) $str = BinaryToString($str, 4) FileWrite('sss.x', $str) ShellExecute('sss.x')
#include <Array.au3> #include <INet.au3> $Url = 'http://www.bwlc.net/bulletin/index.jsp?id=3' $str = _INetGetSource($Url, 1) $str = BinaryToString($str, 4) Local $aSR = StringRegExp($str, '(?i)dataBack\d+\V+\s+<td>(\d+)</td>\s+<td>(\V+)</td>\s+<td>(\d+)</td>\s+<td>(\V+)</td>', 3) _ArrayDisplay($aSR, '')
#include <INet.au3> #include<array.au3> $str = _INetGetSource('http://www.bwlc.net/bulletin/index.jsp?id=3') $array=StringRegExp($str,'<td>(\d+)</td>\v+ +<td>(.+)</td>\v+ +<td>(\d\d)</td>\v+ +<td>(.+)</td>',3) _ArrayDisplay($array)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-4 17:54 , Processed in 0.098917 second(s), 25 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.