两个不正确。 请改成xml转成DataTable的话用DataSet ds = new DataSet();ds.ReadXml(MapPath("1.xml")); //路径需要改DataTable dt = ds.Tables[0];