标签:xml中根元素
<?xml version="1.0" encoding="utf-8"?>
<person>//这里是根元素,必须要有,否则会报错
<birthday class="object">
<day type="string">17</day>
<month type="string">12</month>
<year type="string">1970</year>
</birthday>
<gender type="string">male</gender>
<name type="string">zhaipuhong</name>
</person>
//没有根元素,就会报上面的错。
本文出自 “JianBo” 博客,转载请与作者联系!
标签:xml中根元素
原文地址:http://jianboli.blog.51cto.com/12075002/1902163