Dim Str As String = "1,2,3,4"
Dim StrList As New List(Of String)(Str.Split(","c))
For Each s As String In StrList
MsgBox(s)
Next
End Sub
Dim L2 As New List(Of Integer)() From {0, 12, 2}
[本日志由 tiancao1001 于 2023-02-12 01:29 PM 编辑]
|
暂时没有评论
发表评论 - 不要忘了输入验证码哦! |