What is ?

前端 未结 2 1749
梦如初夏
梦如初夏 2020-12-16 09:59

In html made by fckeditor i find the following character:



What is this character?

相关标签:
2条回答
  • 2020-12-16 10:23

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

    0 讨论(0)
  • 2020-12-16 10:32

    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".

    0 讨论(0)
提交回复
热议问题