区块链中文技术社区

CompilerError: Stack too deep, try removing local variables.

原因

是一个function里面的变量 数量不能超过(16),包括了入参和返回值。

解决方法

  1. 减少方法内不必要的变量
  2. 使用结构体减少单个变量参数

参考

https://medium.com/1milliondevs/compilererror-stack-too-deep-try-removing-local-variables-solved-a6bcecc16231

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »