变量的默认值一般都代表 “零值”。
比如 bool 就是 false,uint、int 就是 0,string 就是空字符串。
其它组合的参考 Solidity 判断 mapping 值的存在
Ref:https://solidity.readthedocs.io/en/v0.6.3/control-structures.html#default-value
Link:https://www.cnblogs.com/farwish/p/12367652.html
原文地址:https://www.cnblogs.com/farwish/p/12367652.html
时间: 2024-10-09 14:05:02