Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,这是有效的 XML 吗?:
<foo bar="3<5" />
还是我必须逃脱它们?:
<foo bar="3<5" />
您必须转义文字 <。
您可以使用任何 XML Validator 进行检查。