java中使用\r\n和\n\r的区别
在java中为什么使用"abc"+”\n\rdef”时可以在中间空两行?使用"abc"+”\r\ndef”只能空一行?谢谢!...
在java中为什么使用"abc" + ”\n\rdef”时可以在中间空两行?使用"abc" + ”\r\ndef”只能空一行?谢谢!
展开
3个回答
展开全部
enter+newline with different platforms:
windows: \r\n
mac: \r
unix/linux: \n
in "abc" + ”\n\rdef”, \n\r do not match any platform,so it is considered as \n and \r (which match unix/linux and mac),so there are two new lines.
in "abc" + ”\r\ndef” \r\n matches the windows platform,so it is considered as only one new line.
scim crushed, so just English.
windows: \r\n
mac: \r
unix/linux: \n
in "abc" + ”\n\rdef”, \n\r do not match any platform,so it is considered as \n and \r (which match unix/linux and mac),so there are two new lines.
in "abc" + ”\r\ndef” \r\n matches the windows platform,so it is considered as only one new line.
scim crushed, so just English.
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
*,包含了该包下面的所有类(不包含子包下面的类)
导入类,只能使用该包下面被导入的指定类
导入类,只能使用该包下面被导入的指定类
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询