Dim ds As DataSet = New DataSet
 Dim student As DataTable = New DataTable("student")上面是照书打的,在    "studnet"   这里会出错
不知道是怎么回事