111,129
社区成员
发帖
与我相关
我的任务
分享


Dim t As String = "123"
Dim i As List(Of Integer) = New List(Of Integer)()
i.Add(0)
Dim arg_23_0 As String = t
Dim list As List(Of Integer) = i
Dim arg_1A_0 As List(Of Integer) = list
Dim index As Integer = 0
Dim value As Integer = arg_1A_0(index)
Integer.TryParse(arg_23_0, value)
list(index) = value