个人信息
状态: 当前离线
testman
日历
« 2008-10  
   1234
567891011
12131415161718
19202122232425
262728293031 
收藏的版块
    文集
    主题
    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" ...
    查看(190) | 回复(5) | 收藏
    Setfirstobj = Description.Create()Settwoobj =Description.Create()twoobj("test").value = "in"Msgbox twoobj("test")'可以正常运行firstobj("test").value = twoobj("test")Msgbox firstobj("test")...
    查看(333) | 回复(9) | 收藏