在JavaScript 中,数字对象的 .toLocaleString() 方法如果不传参数,则采用宿主环境的系统语言进行分位处理。 var price = 1024; price.toLocaleString(); ...
確定! 回上一頁