Skip to content

Instantly share code, notes, and snippets.

@ngseke
Last active October 12, 2021 03:38
Show Gist options
  • Save ngseke/b7b5e2790445c6a39332b3078656a48c to your computer and use it in GitHub Desktop.
Save ngseke/b7b5e2790445c6a39332b3078656a48c to your computer and use it in GitHub Desktop.
以逗點分隔數字
const { format } = new Intl.NumberFormat('en-US')
console.log(format(14501405)) // 14,501,405
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment