我们的项目中有一些代码看起来像这样:
Private Sub Method1() Call InnerMethod End Sub Private Sub Method2() InnerMethod End Sub Private Sub InnerMethod() '' stuff End Sub
Method2优于Method2的优势是什么?
vb6 syntax vba
syntax ×1
vb6 ×1
vba ×1