Home > Q&A > body text
在控制台界面按如下格式输出16进制数字 比如
0xABCDE 0xABCD123456 0x2333333 0xABC
像这样的输出只用printf的格式化字符串能否做到,如何做到?
PHPz2017-04-17 11:44:21
Oh shit, I found the result, just use %#20x, I ended this question