Solidity 中很多 Hash 函数, 如:keccak256 等需要 bytes 作为一个参数,这个时候有时需要把 uint 转化为 bytes 。 uint 如何转为 b…
aliyinhang@gmail.com