=r+1
msgbox cstr(r)
For i=3 to r
pro=Browser("我的视图 - Mantis").Page("项目管理 - Mantis").WebTable("所有项目").GetCellData(i,1)
pro=rtrim(pro)
If strcomp(pro,"project1",1)=0 Then
Exit for
End If
Next
If i=r+1 Then
reporter.ReportEvent 1,"创建项目不成功"," failed"
End If
如果存在字符串project1,但是如果第二行我写了msgbox cstr(r)运行正常,但是去掉这句话,for就会执行到结束,i=r+1,不知道为什么