function round(v,e) { var t=1; for(;e>0;t*=10,e--); for(;e<0;t/=10,e++); return Math.round(v*t)/t; }
评论星级较低,若资源使用遇到问题可联系上传者,3个工作日内问题未解决可申请退款~