VB 的一些歧义(不断更新)
时间:2021-06-06 22:35:22
收藏:0
阅读:23
foo . bar
它可能是 foo.bar()
也可能是 foo(withObj.bar)
.
f (a) , b
它可能是 call f(a)._DEFAULT(a)(Missing, b)
也可能是 f(a, b)
.
原文:https://www.cnblogs.com/inshua/p/14856432.html
评论(0)