标签:encoding 文档 双引号 每日 XML 不能 元素 data mamicode
<?xml version="1.0" encoding="UTF-8"?>
<Persons>
<person name="liufeng">
<firstName>feng</firstName>
<lastName>liu</lastName>
</person>
</Persons>
<!-- 我是注释 ctrl + shift +/-->
<![CDATA[ <lastName>liu <<<<< >>>>>></lastName> ]]>
<?xml version="1.0" encoding="UTF-8"?>
<Persons>
<person name="liufeng">
<firstName>feng</firstName>
<lastName>liu</lastName>
</person>
</Persons>
<!-- 我是注释 ctrl + shift +/-->
<![CDATA[ <lastName>liu <<<<< >>>>>></lastName> ]]>
<?xml version="1.0" encoding="UTF-8"?>
<Persons>
<person name="liufeng">
<firstName>feng</firstName>
<lastName>liu</lastName>
</person>
</Persons>
<!-- 我是注释 ctrl + shift +/-->
<![CDATA[ <lastName>liu <<<<< >>>>>></lastName> ]]>
标签:encoding 文档 双引号 每日 XML 不能 元素 data mamicode
原文地址:https://www.cnblogs.com/zhukaile/p/14833124.html