public dim count as Integer, count1 as Integerpublic function GetCount(ByVar flag as Integer) if flag == 1 then return (count++)else return (count1++)end ifend function这段vb代码为什么总报错?
添加回答
举报
0/150
提交
取消