1. 程式人生 > >浮點型小數點位數

浮點型小數點位數

pre 小數點 ons string tostring 小數 spl const nbsp

if (! isNaN(n)) {
const len =  n.toString().split(‘.‘)[1].length
console.log(len)
}

浮點型小數點位數