以下工作正常,但由于轨道已经做同样的事情,我不知道是否有更好的方法来做到这一点?
Time.now.to_s.split(" ")[0..1].join(" ").gsub!(/\D/,"")
@timestamp = Time.now.strftime("%Y%m%d%H%M%S")