Java代碼一般返回值是在return后面, VB函數(shù)的返回值咋不見"return"字眼呢? 是不是就是函數(shù)名就是返回的值?Private function max(x as single,y as single)if x>y then max = x elsemax = yend ifEnd function
VB函數(shù)function的用法?
婷婷同學(xué)_
2019-02-08 11:07:58