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.
我正在 Angular5 中开发一个应用程序,我需要开发一个表单,用户将使用它来输入金额。由于用户来自荷兰,他们习惯于荷兰货币格式。这意味着,10.50 在荷兰语中显示为 10,50
是否有一个内置组件可用于输入荷兰语格式的货币。用户应该能够使用“,”作为小数点。
当用户在各自的输入框中输入增值税金额和净额时,我想在第三个输入框中显示计算出的总金额(netAMount+vatAmount)
提前致谢。
问候,文奇
你知道 numeric.js 吗?
可能是你要找的。
在我看来,最好的解决方案。
而且你支持很多语言
http://numeraljs.com/