目前我在格式化小数方面遇到问题。
在文本框的 blur 事件上,如果用户输入:
1) 1 -> this should be converted to 001.00
2) 2.5 -> this should be converted to 002.50
3) .5 -> this should be converted to 000.50
4) 12.4 -> this should be converted to 012.40
在离开输入或失去焦点时,所有输入都应转换为相同的格式。