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.
嗨,我想在使用时显示 7% 而不是 7.0000000001%point.percentage
point.percentage
我percentageDecimals在文档中找不到任何可以提供帮助的东西。
percentageDecimals
尝试 point.percentage.toFixed(0);