老师 请问这句代码,怎么用SQL语句读取“WIFI查询资料”,下面代码中怎么用SQL语句替换DataTables("WIFI查询资料")Select Case e.Path
Case "e.htm"
wb.AddForm("","form1","f.htm")
Dim gjs As List(of String) = DataTables("WIFI查询资料").sqlGetValues("部门")
With wb.AddInputGroup("form1","ipg1","数据筛选")
With .AddSelect("部门","部门","|" & String.Join("|",gjs.ToArray))
.Attribute = """
End With
.AddSelect("无线名称","无线名称","")
End With