vb.net如何把[J06.900][K92.901]按[]分成数组
dim strA as string="[J06.900][K92.901]"dim strB() as string
最后得到strB(0)=J06.900strB(1)=K92.901