console.log(Object.prototype.toString.call(1) === '[object Number]'); // true console.log(Object.prototype.toString.call(true) === '[object ...
確定! 回上一頁