各位好~~~~小弟有一個問題想請教有用過 AUTOIT的大大
就是我如果要抓某個字串的話要用什麼語法??
就是例如我要找FIRFOX裡面網頁的某個字串
我語法要打啥??用了好多好像都沒用~~~~..
wingettext....等等~~~~感謝各位
; *******************************************************
; Example 1 - Open a browser with the basic example, read the body Text
; (the content with all HTML tags removed) and display it in a MsgBox
; *******************************************************
;
#include <IE.au3>
$oIE = _IE_Example ("basic")
$sText = _IEBodyReadText ($oIE)
MsgBox(0, "Body Text", $sText)
以上提供參考
內文搜尋

X