258.22
和其他时候我可能有
258.2
在后面的情况下,我需要使用jQuery添加尾随零。我怎么会这样做?
var number = 258.2; var rounded = number.toFixed(2); // rounded = 258.20