因为动态数组的push很耗gas的,比如uint[] storage arr里要加1到1000 for(uint i;i<1000;i++){ arr.push(i); } 这样会死人的。有没有更好的办法