摘要: 参考:https://www.yisu.com/zixun/353425.html // 金额转为大写 export function functiondigitUppercase(price) { const fraction = ["角", "分"]; const digit = ["零", " 阅读全文
posted @ 2022-12-03 14:40 jqynr 阅读(328) 评论(0) 推荐(0)