With DataTables("系统") Dim lbz As String = e.Form.Controls("ComboBox1").value Dim xzhh As DataRow = .find("项目 = lbz")
MessageBox.show(xzhh("参数9"))End With
参数9 是表中的列名
为什么不能返回结果