标签:style color ar sp 数据 log bs ad ef
1、js数据类型:原始类型(数字,字符串,布尔值,null,undefined),对象类型(日期,正则,数组,函数)。
2、js中字符串是不可改变的。数组和对象时可变的。
3、js中变量时无类型的,用var声明。一个变量可以赋予不同的值。
4、js中无穷大用Infinity -Infinity表示。
5、js不区分整形 和浮点型,都按浮点型算。
6、js中的算术运算。Math.pow round min max sqrt sin log ceil floor abs PI E exp() radom
7、Math.round()//四舍五入 Math.ceil()//向上求整 Math.floor()//向下求整
标签:style color ar sp 数据 log bs ad ef
原文地址:http://www.cnblogs.com/dunken/p/4083168.html