(https://www.facebook.com/pages/H%E1%BA%A2I-S%E1%BA%A2N-T%C6%AF%C6%A0I-S%E1%BB%90NG/ 838221676190845?ref = hl,Facebook,5,1');“class =”followbutton“> Like)
然后将其存储在变量示例$ oIE
中 我可以帮助我吗,谢谢。 先生,因为我的英语,我是越南人。 谢谢大家。答案 0 :(得分:0)
使用IEAttach获取已创建的IE实例的对象。
; *******************************************************
; Example 1 - Attach to a browser with "HẢI SẢN TƯƠI SỐNG" in its title, display the URL
; *******************************************************
#include <IE.au3>
Local $oIE2 = _IEAttach("HẢI SẢN TƯƠI SỐNG")
MsgBox(0, "The URL", _IEPropertyGet($oIE2, "locationurl"))