Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在嵌入式资源中读取 xml?
下面的代码是否正确?xml 位于项目文件夹的根目录
DataSet dataSet = new DataSet(); dataSet.ReadXml("text.xml");
谢谢