Do you know if toFixed is a localized function?I mean, will this:var n = 100.67287;alert(n.toFixed(2)); show "100.67" on english US OS/browsersand "100,67" ...
確定! 回上一頁