Solidity 整型類型

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