Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个显示货币的字段。我选择numberfield是因为它已经完成了所有必要的号码检查。我修改了 getter 和 setter,使货币符号仅在字段中可见,但从未提交或返回。一切都很好,但数字字段从字段中删除了尾随零(是的,我将其配置为小数精度为 2)。
numberfield
所以我又是我的问题:
如何防止数字字段丢失尾随 0(零)?