Array.prototype=function(){
retrurn Math.min.apply(Math,this);
}
Array.prototype=function(){
retrurn Math.Max.apply(Math,this);
}
Math对象的其他方法也可以类似方法借用。
今天看到了,记下来!
Array.prototype=function(){
retrurn Math.min.apply(Math,this);
}
Array.prototype=function(){
retrurn Math.Max.apply(Math,this);
}
Math对象的其他方法也可以类似方法借用。
今天看到了,记下来!