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.
如何将结果字符串转换为十六进制字符串。例如,值 0x05 和 0x1d 的字节应该导致一个字符串 051d ?在 PHP 中?
谢谢