Skip to content
FE Code Challenges
Main Navigation
code
this
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
num-to-chinese
描述
将数字转成中文 1000 => 一千, 1234567 => 一百二十三万四千五百六十七
题解
javascript