摘要: // SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.7; contract ArrayShift { uint[] public arr; function example() public { arr = [1,2,3]; delete 阅读全文
posted @ 2022-07-27 12:38 ZaleSwfit 阅读(147) 评论(0) 推荐(0) 编辑