摘要: let readline = require("readline-sync"); // 引入输入模块 // 清屏函数 let clear = () => process.stdout.write(process.platform 'win32' ? '\x1Bc' : '\x1B[2J\x1B[3J 阅读全文
posted @ 2019-09-01 11:00 炸了的黄某人 阅读(1596) 评论(0) 推荐(1) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-09-01 10:59 炸了的黄某人 阅读(218) 评论(0) 推荐(0) 编辑