QTP报错:对象不支持此属性或方法
怎么会这样呢急!!!!!!!!! 对象作为函数返回值需要要加set:
GetValue=gValue
改为:
set GetValue=gValue
Public Function GetValue()可以改为:
Public Function GetValue()
set GetValue=new newClass
End Function 回复 1# a23764996
楼上正解
写成
Public Function GetValue()
set GetValue=new newClass
End Function
页:
[1]