You can use an explicit exists field: pragma solidity ^0.4.24; contract MyContract { struct Person { uint age; uint size; bool exists; } ...
確定! 回上一頁