gpt4 book ai didi

ruby - 在 Ruby 中打印水平线

转载 作者:太空宇宙 更新时间:2023-11-03 17:03:38 25 4
gpt4 key购买 nike

ruby 的 puts 或 print 是否可以像 bash 和 printf+tr 那样绘制水平线?

printf '%20s\n' | tr ' ' -

这将绘制:

--------------------

最佳答案

您可以使用以下代码段

puts "-"*20

检查 this寻求更多帮助。

您可能对使用 ljust 进行格式化感兴趣, rjustcenter

关于ruby - 在 Ruby 中打印水平线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19934771/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com