好像提示不能使用? 但是我吧他改成storage之后又报另一个错,像这样的怎么弄?
memory 的数组只能是定长的, 像这样:
uint[] memory x = new uint[](3); x[0] = 1; x[1] = 3; x[2] = 4;