Number.prototype.formatMoney = function(places, symbol, thousand, decimal) {. places = !isNaN(places = Math.abs(places)) ? places : 2;.
確定! 回上一頁