標籤: 1 //用於替換原有的toFixed,解決精度誤差問題 2 Number.prototype.myToFixed=function(s){ 3 if(s == null){s = 0;} 4 var value = Math.pow(10 ...
確定! 回上一頁