Math.round() Math.round()Math.round(11.5); 返回值为12Math.round(-11.5); 返回值为-11 总结:结果进行四舍五入 数组没有length()这个方法,有的是length属性,String有length()方法在js中获取字符串的长度就是通过length属性