日期:2014-05-16 浏览次数:20369 次
Ext.applyIf(Number.prototype, { //确认某个数组是否在指定范围内 constrain : function(min, max){ return Math.min(Math.max(this, min), max); } });