xml转义字符

"   "
'   '
<   &lt;
>   &gt;
&   &amp;

<string name="name_hint">&lt;Given Name&gt;</string>

http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references

猜你喜欢

转载自wang-peng1.iteye.com/blog/1991178