What is
?

人走茶凉 提交于 2019-11-27 17:10:08

问题


In html made by fckeditor i find the following character:



What is this character?


回答1:


Looks like the ASCII code for Carriage Return, encoded as an XML character reference.




回答2:


When you code in windows, and use "DOS/Windows" line endings, the your lines will end like this "\r\n". In some xhtml editors, that "\r" is illegal so te editor converts it to "&#13".



来源:https://stackoverflow.com/questions/1459170/what-is-13

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!