摘要: const readline = require("readline-sync"); console.log("欢迎来到猜拳游戏:"); console.log("输入 1 为 剪刀\n输入 2 为石头\n输入 3 为布\n"); const readline = require("readline 阅读全文
posted @ 2018-05-26 14:17 sunshine-鸿 阅读(1847) 评论(0) 推荐(0) 编辑
摘要: const readline = require("readline-sync"); //老师登录数据库 let teacher = [{ id: 1, name: "yhr", password: "123" }] // 学生信息库 let information = [ { id: 1, nam 阅读全文
posted @ 2018-05-26 14:12 sunshine-鸿 阅读(1142) 评论(0) 推荐(0) 编辑