Au3擷取騰訊天氣的指令碼

2022-09-28 05:06:08 字數 557 閱讀 8465

其實很簡單的replace就搞定了.

複製** **如下:

#include

filedelete ("tq.txt")

$url=""

$oie = _iecreate ($url, 0, 0)

$shtml = _iebodyreadhtml ($oie)

$array= stringregexp($shtml, "ymucc4>(程式設計客棧.*?)(?i)strong>",1)

for $i = 0 to ubound($array) - 1

$tqtemp = $array[$i]

next

$tqtoday = stringreplace($tqtemp, " ", " ")

msgbox (32,"天氣",$tqtoday)

_iequit ($oi程式設計客棧e)

聰明的你知道怎麼用了吧?噓,低調,低調點.弄不好就被騰訊封了.

本文標題: au3擷取騰訊天氣的指令碼

本文位址: /jiaoben/autoit/44156.html

HttpWatch抓包頭資訊轉換成au3書寫格式

httpwatch抓包頭資訊轉換成au3書寫格式 本帖最後由 komaau3 於 2011 6 20 15 58 編輯 感覺會蠻方便,把httpwatch抓包頭資訊轉換成au3的書寫格式 這樣的正則可能不會通用,測試下把,不能用自己修改下 69.4 kb 2011 6 20 08 08 includ...

AS3 擷取定長度的字串

import flash.utils.bytearray var str string string to bytearray 字串例項,即是要轉換的字串 var char string cn gb 字串要使用的字符集 字符集包括 shift jis cn gb iso 8859 1 等等 var ...

Hust oj 2060 擷取方案數(KMP)

擷取方案數 time limit 1000 ms memory limit 32768 k total submit 189 76 users total accepted 75 64 users rating special judge no description 給定乙個模式串t,主串s,問 ...