|
|
1
0
使用PHP的simplexml http://php.net/manual/en/book.simplexml.php 可以从xml字符串创建对象:
可以通过遍历对象访问任何值,例如:
xml如下所示:
|
|
|
2
0
使用
|