\n 行的结束 LF ( Line-Feed ) \r 回车 CR ( Carriage Return ) Unix \ Linux 使用 \n (LF) 表示换行 Mac使用 \r (CR) 表示换行 Windows 使用 \r\n (CR-LF) 表示换行