Python equivalent of php pack

前端 未结 2 479
庸人自扰
庸人自扰 2020-12-21 09:49

I have this statement below in php to convert hex string to binary.

$m=pack(\"H*\" , \"A88BE9L98990........\");

I

2条回答
提交回复
热议问题