abi 编码,解码函数 在 Solidity 中,内置的 abi 编解码函数有如下 2 个: abi.decode(bytes memory encodedData, (...)) returns (...) 根...