2018年12月5日

摘要: pragma solidity ^0.4.0; contract base{ address public _owner=msg.sender; uint _a; string internal _b ; uint private _c; //uint external _d;ParserError: Expected identifier but go... 阅读全文

posted @ 2018-12-05 23:34 eilinge 阅读(2137) 评论(0) 推荐(0) 编辑