Skip to content

Instantly share code, notes, and snippets.

@d0722338
Last active December 4, 2024 12:52
Show Gist options
  • Save d0722338/936a5c677ebc930e71571bac9d7470bf to your computer and use it in GitHub Desktop.
Save d0722338/936a5c677ebc930e71571bac9d7470bf to your computer and use it in GitHub Desktop.
フラグ指定子 説明 出力
- 左揃えにします。 42
+ 正の数値の前にプラス記号を付けます。 +42
0 幅を満たすために前に0を埋めます。 00042
# 8進数、16進数の接頭辞 (00x) を付けます。 0xff
(空白) プラス記号が付かない正の数の前に空白を追加します。 42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment