摘要: const rs = require("readline-sync"); let account = [ ["helei", 123, 1000], ["wangsan", 456, 3000] ]; //判断次数 let count = 3; // 状态值 let state = true; // 阅读全文
posted @ 2020-07-12 13:51 H_l_w_f 阅读(191) 评论(0) 推荐(0)