编程语言JavaScript数据结构数据结构NumberNumber 数值 ● 数字(number) ○ 整数 ○ 浮点数 ○ 正数 ○ 负数 ○ - ○ 绝对值 ○ 求最大公约数 ○ 求模 ○ 求幂 ○ 求余 ○ 随机数