問題タブ [ecma]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
4 に答える
2673 参照

javascript - Intl.NumberFormatで正の数の先頭の「+」を取得するには?

私は Intl.NumberFormat を使用して、Angular2 の typescript/javascript で数値型を書式設定された文字列に変換しています。ネイティブ ソリューションが必要で、これは理想的ですが、正の数の先頭にプラス記号を含める必要があります。

これが Intl.NumberFormat で不可能な場合、他にどのようにネイティブに行うことができますか?