1 定义
Public Function TestParameterCount(Optional ByVal id As Integer = 0,Optional ByVal name As String = "") As Integer
Ext.Net.X.Msg.Alert("welcome","test").Show()
Return 1
End Function
2 调用
TestParameterCount()
1 定义
Public Function TestParameterCount(Optional ByVal id As Integer = 0,Optional ByVal name As String = "") As Integer
Ext.Net.X.Msg.Alert("welcome","test").Show()
Return 1
End Function
2 调用
TestParameterCount()