且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Rails 语言环境不起作用

更新时间:2023-01-30 10:32:21

1.250 正是您应该通过设置获得的.要获得 1,25 这将起作用.

1.250 is exactly what you should get with your settings. To get 1,25 this will work.

format:
  delimiter: ! ','
  precision: 2
  separator: ','
  significant: false
  strip_insignificant_zeros: false