web3.ethweb3.eth.getCompilersOn this pageweb3.eth.getCompilers返回可用编译器清单:web3.eth.getCompilers()方法返回可用编译器的列表。调用方法web3.eth.getCompilers([callback])参数callback:Function - 可选的回调函数,其第一个参数为错误对象,第二个参数为结果。返回值一个Promise对象,其解析值为可用编译器名称字符串数组。示例代码web3.eth.getCompilers().then(console.log);> ["lll", "solidity", "serpent"]