Skip to content

Instantly share code, notes, and snippets.

@huyinghuan
Created March 19, 2015 08:36
Show Gist options
  • Save huyinghuan/e0ff00497f90b037ee31 to your computer and use it in GitHub Desktop.
Save huyinghuan/e0ff00497f90b037ee31 to your computer and use it in GitHub Desktop.
数字格式化
formatNum = (number)->
number = "#{number}".replace(/\d+?(?=(?:\d{3})+$)/img, "$&, ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment