Skip to content

[软技能] 第30天 解释下CRLF是什么? #109

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第30天 解释下CRLF是什么?

Activity

AnsonZnl

AnsonZnl commented on May 16, 2019

@AnsonZnl
Contributor

CRLF 是carriagereturnlinefeed的缩写。中文意思是回车换行。

tzjoke

tzjoke commented on May 28, 2019

@tzjoke

\r\n

smile-2008

smile-2008 commented on Sep 29, 2020

@smile-2008

CRLF 是carriagereturnlinefeed的缩写。中文意思是回车换行。

iceCream0311

iceCream0311 commented on Nov 18, 2020

@iceCream0311

CR是\r 回车,LF是 \n 换行

Windows操作系统采用两个字符来进行换行,即 CRLF;
Unix/Linux/Mac OS X操作系统采用单个字符 LF 来进行换行;

ttop5

ttop5 commented on Nov 18, 2020

@ttop5

CRLF是Carriage-Return Line-Feed的缩写,意思是回车换行。CR回车\r,LF换行\n。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @smile-2008@haizhilin2013@ttop5@iceCream0311@tzjoke

        Issue actions

          [软技能] 第30天 解释下CRLF是什么? · Issue #109 · haizlin/fe-interview