随笔分类 -  区块链

摘要:实现效果: 代码: FamilyAccount.go实现: package utils import "fmt" type FamilyAccount struct{ key string loop bool balance float32 money float32 note string fla 阅读全文
posted @ 2021-06-14 00:03 Meursault 阅读(90) 评论(0) 推荐(0)