var test=88888.234;
alert(test.toFixed(
2));// Float数据四舍五入到2位小数;

相关文章: