摘要: const readLine = require('readLine-sync'); let role = [{ username: 1, password: 1, money: 100 }, { username: 2, password: 2, money: 200 }]; // 主程序 fun 阅读全文
posted @ 2022-10-13 16:30 Wwink 阅读(35) 评论(0) 推荐(0)