摘要: 获取mac地址 import uuid def get_mac_address(): node = uuid.getnode() mac = uuid.UUID(int = node).hex[-12:] return mac axios对应的fastapi服务端中间件CORSMiddleware 阅读全文
posted @ 2021-11-25 13:41 pearlcity 阅读(67) 评论(0) 推荐(0) 编辑