摘要: pragma solidity ^0.4.20; contract FacePlat { string[] keys; struct Person { string outid; // 学号 string name; // 姓名 string face; // 人脸特征值 } // 存储人员信息 m 阅读全文
posted @ 2022-04-08 19:29 jiftle 阅读(204) 评论(0) 推荐(0) 编辑