Consider adding the floating point number 300 / 293 many times. 72 times in fact. Now, we don't want to simply multiply a number by 72. We want to add it 72 times. This way, we can clearly see the ...
使用 Math 的属性和方法的语法: var testMin=Math.min(1,2,3,4,5,6,7); 注释:Math 对象并不像 Date 和 String 那样是对象的类,因此没有构造函数 Math(),像 Math.sin() 这样的函数只是函数,不是某个对象的方法。