| | | | 1 | 2 | 3 | 4 | | 5 | 6 | 7 | 8 | 9 | 10 | 11 | | 12 | 13 | 14 | 15 | 16 | 17 | 18 | | 19 | 20 | 21 | 22 | 23 | 24 | 25 | | 26 | 27 | 28 | 29 | 30 | 31 | | |
|
Dim oPSet oP = Browser("Google").Page("Google").WebEdit("q")oP.Set "3333"Browser("Google").RefreshoP.Set "5555" '执行到这个地方,系统提示:参数不正确?为什么会报:参数不正确的错误?我的理解:oP.Set "5555" 执行前,虽然Browser("Google").Refresh刷新了界面,但是,oP仍然为Browser("Google" ...
Setfirstobj = Description.Create()Settwoobj =Description.Create()twoobj("test").value = "in"Msgbox twoobj("test")'可以正常运行firstobj("test").value = twoobj("test")Msgbox firstobj("test")...
|
|