Dim lstSQL as new List(Of String)
lstSQL.Add("xxxx");
必须要导入System.Collections.Generic才行
Imports System.Collections.Generic
Dim lstSQL as new List(Of String)
lstSQL.Add("xxxx");
必须要导入System.Collections.Generic才行
Imports System.Collections.Generic