摘要: 1字节(Byte)=8位(bit) 创建对象? struct People { string name; uint age; } People public person = People({name:'ljq',age:12}); 创建数组?查询mapping映射? contract Simple 阅读全文
posted @ 2024-10-04 23:09 木木的奇奇 阅读(1) 评论(0) 推荐(0) 编辑