Dim query = From obj As String In strShowSplit Where obj = objLstOfProp(i).Name.Trim
新数组名 query
原来数组的元素 obj
比较的条件 Where obj = objLstOfProp(i).Name.Trim
Dim query = From obj As String In strShowSplit Where obj = objLstOfProp(i).Name.Trim
新数组名 query
原来数组的元素 obj
比较的条件 Where obj = objLstOfProp(i).Name.Trim