标签:ar sp strong on art log bs nbsp 学习
终于结束了oracle考试,能缓两天。赶快拿起书,上网再学习。
Math对象
属性:E、LN2、LN10、LOG2E、LOG10E、PI、SORT_2、SORT2
方法:向上取整ceil(); 向下取整floor();四舍五入round();随机数random();
Array对象
数组连接:concat(array1…arrayN);返回一个新数组,不改变原数组;
指定分隔符连接数组元素:join(分隔符);返回一个字符串,以分隔符连接;
选定元素:slice(start,end);start是必选的,若为负数,就从后往前倒数,end可选;
数组排序sort(方法函数);返回排序后的数组。
标签:ar sp strong on art log bs nbsp 学习
原文地址:http://www.cnblogs.com/vebuqi/p/4160586.html