摘要: 变量默认值 常用值类型变量的默认值 boolean: false string: "" int: 0 uint: 0 enum: 枚举中的第一个元素 address: 0x0000000000000000000000000000000000000000 (或 address(0)) function 阅读全文
posted @ 2021-01-15 11:25 sorachannel 阅读(1026) 评论(0) 推荐(0)