2015年12月9日

人民币小写转成大写

摘要: function convertCurrency(currencyDigits) { // Constants: var MAXIMUM_NUMBER = 999999999999.99; // Predefine the radix characters and currency symbols 阅读全文

posted @ 2015-12-09 20:56 jack_Meng 阅读(14951) 评论(2) 推荐(0) 编辑

导航