涉及区块链状态更改的每个事务或智能合约方法调用都将返回a 诺言 。所以你只需要相应地处理承诺:
mycontract.methods.greet.call().then(function(resp) { console.log(resp) // This will output "OK Computer" }
更多 网络文档