web3.eth.getCode() JSON-RPC方法eth_getcode getCode()用来获取参数地址所对应合约的代码, 如果参数是一个外部账号地址,则返回"0x"; 如果参数是合约,则返回对应的字节码,