Created
September 19, 2016 09:19
-
-
Save jarylan/1da90d88d5c5c8d6d50ac3fee94c7805 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
以下为部分XML标志符的数字和字符串转义符: | |
“ 双引号 (" 或 ") | |
’ 单引号 (' 或 ') | |
& and符号 (& 或 &) | |
< 小于号 (< 或 <) | |
> 大于号 (> 或 >) | |
@ at符号 (@) | |
© 版权 (©或 ©) | |
® 注册商标 (®或 ®) | |
™ 商标 (™) | |
¥ 人民币 (¥或 ¥) | |
下面的字符在 [XML]中被定义为 空白(whitespace)字符: | |
空格 ( ) | |
Tab (	) | |
回车 (
) | |
换行 (
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
转义字符