xml 转义
xml文件有一些转义字符需要注意,转义字符如下: < The less-than character (<) starts element markup (the first character of a start-tag or an end-tag). & The ampersand character (&) starts entity markup (the first character of a character entity reference). > The greater-than character (>) ends a start-tag or an end-tag. " The double-quote character (") can be symbolised with this character entity reference when you need to embed a double-quote inside a string which is already double-quoted. ' The apostrophe or single-quote character (') can be symbolised with this character entity reference when you need to embed a single-quote or apostrophe inside a string which is already single-quoted. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |