web3.ethweb3.eth.getProtocolVersionOn this pageweb3.eth.getProtocolVersion返回协议版本信息:返回节点的以太坊协议版本。调用方法web3.eth.getProtocolVersion([callback])返回值一个Promise对象,其解析值为协议版本字符串。示例代码web3.eth.getProtocolVersion().then(console.log);> "63"