如何在不将换行符插入字符串的情况下用"puts"添加额外的换行符? [英] How to add extra newline with 'puts' without sticking newline character into string?

查看:134
本文介绍了如何在不将换行符插入字符串的情况下用"puts"添加额外的换行符?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我说

puts "Hello"

并决定添加一个额外的换行符,我需要这样做:

and decide to add an extra newline I need to do this:

puts "Hello\n"

在字符串中包含此字符很难看.有没有办法做到不污染我的琴弦?

Having this character in the string is ugly. Is there any way to do this without polluting my string?

推荐答案

只需再次调用puts:

puts "Hello"
puts

这篇关于如何在不将换行符插入字符串的情况下用"puts"添加额外的换行符?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆