举报
Local $sSource = 'if(window.IPCallBack) {IPCallBack({"ip":"14.125.60.161","pro":"广东省","proCode":"440000","city":"珠海市","cityCode":"440400","region":"","regionCode":"0","addr":"广东省珠海市 电信","regionNames":"","err":""});}' ;~MsgBox(0, '源字符串', $sSource) Local $aSRE = StringRegExp($sSource, 'city":"([^"]+)', 1) If Not @Error Then MsgBox(0, '匹配数量: ' & UBound($aSRE), '其中[0]元素为: ' & $aSRE[0])
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-3-10 23:04 , Processed in 0.082061 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.