摘要: function f1(type,num1) { switch(type) { case 'floor': return Math.floor(num1);//取整或下舍入 break; case 'ro... 阅读全文
posted @ 2014-04-28 15:55 李路平 阅读(7061) 评论(0) 推荐(0)