# number-compile **Repository Path**: void_rangers/number-compile ## Basic Information - **Project Name**: number-compile - **Description**: 将阿拉伯数字转换成中文数字 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: origin - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-14 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: 工具库 ## README # number-compile 碰见一个需求,要求把数字标题换为中文数字,在网上搜了下,很遗憾,没什么看到特别完美的代码 于是乎,一时兴起,就自己DIY了一个 ### 2019-9-3 1、修复了一些bug,但是,javascript 的计算精度实在头疼,没有好的办法解决,10的三十次方之后,会出现一些小数的现象,我已无能为力了. ***** **PS:使用中发现问题的,欢迎留言、讨论**