这基本上就是我想要做的事情,我只是想在该网站上的用户创建一个项目/图像时发出警报,它会通过消息提醒我。
所以我抓住了元素,但似乎没有任何帮助?
Id=114613970
Do
WScript.Sleep 1100
frame.Visible = True
frame.Navigate ("http://www.roblox.com/Item.aspx?ID=" & Id)
WScript.Sleep 100
set item = frame.Document.getElementByID("ctl00_cphRoblox_CreatorHyperLink")
if frame.Document.getElementByID("ctl00_cphRoblox_CreatorHyperLink") = "<a id='ctl00_cphRoblox_CreatorHyperLink' class='stat notranslate' href='User.aspx?ID=10744036'>" & thexmarcoxz & "</a>" Then
WScript.Echo "ROBLOX: ASSET DECAL"
End if
Id = Id + 1
Loop
我还是新手,但谢谢!