js 保留小数位 var num=22.127456;alert( Math.round(num*100)/100);返回x最接近的整数,如果x的小数部分大于等于0.5,返回值是大于x的最小整数,否则round函数返回小于等于x的最大整数Content-disposition