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);