toString()方法的使用

//2.toString() //轉字符串。 //進制轉換。num.toString(2/8/10/16) //最好的數據類型的檢查方法。web console.log(Object.prototype.toString.call('abc').slice(8,-1).toLowerCase()); console.log(Object.prototype.toString.call(5
相關文章
相關標籤/搜索