Created
March 19, 2015 08:36
-
-
Save huyinghuan/e0ff00497f90b037ee31 to your computer and use it in GitHub Desktop.
数字格式化
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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