




Code Modules: EasyXMLParser
Supported Development Platforms: Windows, Mac
Supported Target Build Platforms: Windows, Mac, iOS, Android
Documentation: https://www.ayumaxsoft.com/easyxmlparser/
Example Project: https://github.com/ayumax/EasyXMLParser
Change log:
[08/29/2019] Version 1.0.1: (4.20, 4.21, 4.22)
-
Compatible with android, ios and mac
(04/29/2019) Version 1.00:(4.20, 4.21, 4.22)
-
Initial release
代码模块:EasyXMLParser
支持的开发平台:Windows,Mac
支持的目标构建平台:Windows,Mac,iOS,Android
文件: https://www.ayumaxsoft.com/easyxmlparser/
示例项目: https://github.com/ayumax/EasyXMLParser
更改日志:
[08/29/2019]版本1.0.1:(4.20,4.21,4.22)
-
兼容android,ios和mac
(04/29/2019)版本1.00:(4.20,4.21,4.22)
-
初始版本
Values in XML can be obtained by the following types.
+ string
+ int
+ float
+ bool
For example, you can easily refer to values ??by simply connecting tags with dots as follows:
<Root>
<ABC id=”1″>123</ABC>
<ABC id=”2″>456</ABC>
<ABC id=”3″>789</ABC>
</Root>
Root.ABC[1] => 456
Root.ABC[2].@id => 3
About the Open Source Version
This plugin is also available as open source under the MIT License on GitHub.
-
If you use the GitHub version, you need to build it yourself from the source code.
XML中的值可以通过以下类型获得。
+字符串
+int
+浮动
+布尔
例如,您可以轻松引用值??通过简单地用点连接标签,如下所示:
<根>
<ABC id=”1″>123</ABC>
<ABC id=”2″>456</ABC>
<ABC id=”3″>789</ABC>
</根>
根。ABC[1]=>456
根。ABC[2]。@id=>3
关于开源版本
此插件也可以在GITHUB上的MIT许可证下作为开源提供。
-
如果使用GitHub版本,则需要从源代码自行构建。

评论(0)