var num = 3.1415926;
var num = parseFloat(num.toFixed(2));  //toFixed();得到的是一个字符串

相关文章: