var a = 42; var b = String(a); // 明確的強制轉型 var c = a + ''; // 隱含的 ... 若為簡單值,即字串、數字、布林、null,則規則與ToString 相同。
確定! 回上一頁