.net中读取xml

    技术2022-07-02  82

    如何从文件读取 XML

    <bookstore> <book> <title> The Autobiography of Benjamin Franklin </title> <author> <first-name> Benjamin </first-name> <last-name> Franklin </last-name> </author> <price> 8.99 </price> </book> <book> <title> The Confidence Man </title> <author> <first-name> Herman </first-name> <last-name> Melville </last-name> </author> <price> 11.99 </price> </book> <book> <title> The Gorgias </title> <author> <name> Plato </name> </author> <price> 9.99 </price> </book> </bookstore>

    最新回复(0)