From c39783bf307931a518dae00efb3fd183e8d915cf Mon Sep 17 00:00:00 2001 From: ForeverSmiYng Date: Thu, 27 Jun 2024 13:59:49 +0800 Subject: [PATCH] =?UTF-8?q?'=E6=9B=B4=E6=96=B0=E9=98=BF=E6=8B=89=E4=BC=AF?= =?UTF-8?q?=E6=95=B0=E5=AD=97=E8=BD=AC=E4=B8=AD=E6=96=87=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 阿拉伯数字转中文数字.js | 1 + 1 file changed, 1 insertion(+) diff --git a/阿拉伯数字转中文数字.js b/阿拉伯数字转中文数字.js index 420e440..94b724b 100644 --- a/阿拉伯数字转中文数字.js +++ b/阿拉伯数字转中文数字.js @@ -22,4 +22,5 @@ function ArabicToChinese(Arabic_numerals) { const chineseNumerals = ["零", "一", "二", "三", "四", "五", "六", "七", "八", "九"]; return chineseNumerals[parseInt(match)]; }); + return mixNumerals; } \ No newline at end of file