摘要: pragma solidity ^0.4.18; contract test { function mul(uint a) public pure returns (uint) { uint c = a * 7; return c; } } 阅读全文
posted @ 2018-01-03 11:24 ahuo 阅读(300) 评论(0) 推荐(0) 编辑