1
0
寫了 48682 字曾我,被 26 人關(guān)注,獲得了 131 個(gè)喜歡
在 JavaScript 中,有時(shí)會(huì)碰到以下兩種類型的代碼: var num = 123; var str = '123'; num.toFixed(2); // '123....