日期:2009-12-19 浏览次数:20875 次
asp返回值只能是 函数名=变量
Function a() dim b(2) b(0) = 0 b(1) = 1 b(2) = 2 a = b End Function