JavaScript 轉換型別 小技巧. var number = 1; var string = '1'; var bool = true; string === number; // false bool === number; // false bool ...
確定! 回上一頁