怎么讲已经编辑好的 String 转换成 String() 呢?
dim sd as string = "{""productID"",""ID"",""color"",""weight"",""productNum"",""productRemarks"",""ischeck"",""caseNo"",""leaderID""}"
把这个转换成 数组
Dim Cols1() As String = {"productID","ID","color","weight","productNum","productRemarks","ischeck","caseNo","leaderID"}