js 去除整数的小数点无用的零用parseFloat如:var a=23.8000,alert(parseFloat(a)) 结果:23.8,当然这个也有可能有想不到的结果。document.write(parseFloat("12dream34562023-03-02JavaScript150