JavaScript 中的數字型別包含整數和浮點數: const integer = 4; const float = 1.5; typeof integer; // => \'number\'
確定! 回上一頁