parseInt(值).toLocaleString();
parseFloat(值).toLocaleString();
parseDouble(值).toLocaleString();parseFloat((值.toFixed(n)): 利用toFixed() 方法,该方法可把值四舍五入为指定小数位数的数字: