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.
可能重复: 在 javascript 中格式化数字
我有号码 2.3455555555555555 我想通过使用 jQuery 只得到 2.34。我不知道如何解决它。
(2.3455555555555555).toFixed(2);