[ 本帖最后由 hsjzfling 于 2007-12-5 21:06 编辑 ]作者: walker1020 时间: 2007-12-5 23:24
楼主可以请教一下开发人员, 他很快就能帮你把代码写好的,如果他会 VBSript并且愿意帮你的话。另外, 一般说“降序”,而不是说“减序”作者: walker1020 时间: 2007-12-5 23:25
任何一本 数据结构的书里面 都会讲到 排序。楼主可以去看一下作者: zh_51testing 时间: 2009-4-23 16:31 标题: Can I help you? browser("").Page("").WebList("").Select("")
totalRow = Browser("").Page("").WebTable("").RowCount
For i = 1 to totalRow-1
itext1 = Browser("").Page("").WebTable("").GetCellData(i,2)
itext2 = Browser("").Page("").WebTable("").GetCellData(i+1,2)
For j = 1 to 18
firChar1 = Mid(itext1,j,1)
firChar2 = Mid(itext2,j,1)
If firChar1 = firChar2 Then
'msgbox "should compare the next character."
Else
itext1Asc = Asc(firChar1)
itext2Asc = Asc(firChar2)
If itext1Asc < itext2Asc Then
'msgbox "should jump out this loop, compare next two lines"
Exit For
Else
msgbox "sort ascending failed, taken places on " & i & " and " & i+1 & " lines"
ExitAction(-1)
End If
End If
Next
Next
msgbox "sort ascending successfully!"作者: 风雪夜归人 时间: 2009-4-23 23:04
我觉得判断 Company Name 后面的那个Image就可以了,如果是个image的话,我觉得应该是个image,我以前判断sub tree的时候遇到这个问题,就是判断图片的。。你可以录制两个不同的image,然后判断image是否存在。