解决方法
您必须使用转义版本.例如<成为& lt; (没有报价)和&成为& amp; 您应该能够找到完整的转换列表. 一个示例代码段:
<a href="http://google.com">Google</a>
是转义版本:
<a href="http://google.com">Google</a>
编辑:
标准的实体列表:http://www.w3.org/TR/html4/sgml/entities.html
一个维基百科上的艺术品:http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references