摘要: 一 pragam solidity ^0.4.23; contract helloword{ string public name ="hello"; function getName () public view returns(string){ return name; } } solidity 阅读全文
posted @ 2018-10-28 09:41 像我这样的人 阅读(185) 评论(0) 推荐(0) 编辑