add chineseToNumber

This commit is contained in:
Looly
2021-03-10 17:44:52 +08:00
parent fc47566ddc
commit 5cdbd16c0b
8 changed files with 84 additions and 138 deletions

View File

@@ -14,6 +14,7 @@
* 【core 】 增加StrMatcherissue#1379@Github
* 【core 】 NumberUtil增加factorial针对BigInterger方法issue#1379@Github
* 【core 】 TreeNode增加equals方法issue#1467@Github
* 【core 】 增加汉字转阿拉伯数字Convert.chineseToNumberpr#1469@Github
### Bug修复
* 【socket 】 修复Client创建失败资源未释放问题。