引用:http://hi.baidu.com/yongjianspaces/blog/item/3f10ae9980ce5e1d6f068c7d.html
Public
Function
Test(a()
As
Byte
, b()
As
Byte
)
As
Variant
Dim
i
As
Integer
Dim
c()
As
Integer
ReDim
c(
UBound
(a,
1
),
UBound
(b,
1
))
For
i
=
0
To
UBound
(a,
1
)
’代码自行添加

























