CRLF - MDN Web Docs Glossary: Definitions of Web-related terms 编辑
CR and LF are control characters or bytecode that can be used to mark a line break in a text file.
- CR = Carriage Return (
\r
,0x0D
in hexadecimal, 13 in decimal) — moves the cursor to the beginning of the line without advancing to the next line. - LF = Line Feed (
\n
,0x0A
in hexadecimal, 10 in decimal) — moves the cursor down to the next line without returning to the beginning of the line.
A CR immediately followed by a LF (CRLF, \r\n
, or 0x0D0A
) moves the cursor down to the next line and then to the beginning of the line.
Learn moreEdit
General knowledge
- Newline on Wikipedia
- Carriage return on Wikipedia
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论