摘要:
const toUpperCaseAmount = (value) => { // 将数字金额转换为大写的逻辑 const digitUppercase = ['零', '壹', '贰', '叁', '肆', '伍', '陆', '柒', '捌', '玖']; const unit = ['元', 阅读全文
posted @ 2024-03-29 09:50 且行且思 阅读(910) 评论(0) 推荐(0)
|
|||
|
摘要:
const toUpperCaseAmount = (value) => { // 将数字金额转换为大写的逻辑 const digitUppercase = ['零', '壹', '贰', '叁', '肆', '伍', '陆', '柒', '捌', '玖']; const unit = ['元', 阅读全文
posted @ 2024-03-29 09:50 且行且思 阅读(910) 评论(0) 推荐(0) |
|||