javascript - How to produce a float from a string with only zeros after decimal place -
How do you generate I have tried: 69.00 (float) to
"69.00" (String)?
parsflot ("69.00") / / 69 parsflat ("69.00"). Tofix (2) // "69.00" unless you actually have a value after the decimal point, float does not have a value "
Comments
Post a Comment