Stan Blog

學習過程中的一些記錄

[Ruby] 使用 rjust 補齊不足文字

如果我想做一個會員編號 (共 8 碼) , 使用 User Table 的 id (auto increment)

前面加上 St , 不足的地方補 0

可以使用 Ruby 的 rjust

rjust(arg1, arg2) 第一個參數是長度 第二個參數是要補的字串

2018-08-18 10 10 24

Comments

comments powered by Disqus