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 文件
<data> <value>33</value> </data>
我试图解析它,但我不确定如何解析,因为到目前为止我在网上看到的每一个教程都告诉你如何使用如下所示的 XML 元素来完成它:
<value id="somestupididhere"></value>
我想在没有“id =”位的情况下做到这一点。如何在不添加 id 的情况下分配标签的值?