HTML转义字符
时间:2020-04-13 10:33:49
收藏:0
阅读:72
No. | 文字表記 | 10進表記 | 16進表記 | 文字 | Comment | |
---|---|---|---|---|---|---|
001 | " | " | " | """ | quotation mark = APL quote | |
002 | & | & | & | "&" | ampersand | |
003 | < | < | < | "<" | less-than sign | |
004 | > | > | > | ">" | greater-than sign | |
005 | |   |   | " " | no-break space = non-breaking space |
原文:https://www.cnblogs.com/haimishasha/p/12688862.html
评论(0)