var b = new Boolean(false); var n = new Number(5566); var s = new String('friend'); // 包裝後型別為object console.log(typeof(b)); // object ...
確定! 回上一頁