Dim fcode as List (Of String)
for each f as string in fcode
dim rw as datarow
rw = datatables("产品").Find("编号 = '" & f & "'")
next