\n 和\r 具体什么区别
来源:3-10 转义字符

thinkwinter
2018-03-03
>>> print('hello\nworld')
hello
world
>>> print('hello\rworld')
world
为什么会输出不一样
写回答
1回答
-
7七月
2018-03-03
你可以搜索下 回车和换行的区别~~~~
00
相似问题
\n 和\r 具体什么区别
来源:3-10 转义字符
thinkwinter
2018-03-03
>>> print('hello\nworld')
hello
world
>>> print('hello\rworld')
world
为什么会输出不一样
1回答
7七月
2018-03-03
你可以搜索下 回车和换行的区别~~~~
相似问题