Solidity 整型类型

  demo.sol(整型类型): pragma solidity ^0.4.21; contract IntegerTest { uint8 _v1 = 10; // 0~255 constructor(uint8 para) public { _v1 = para; } function getValue(
相关文章
相关标签/搜索