摘要: console.log("请输入用户名:"); let username = readline.question(); // 接收用户输入的用户名 console.log("请输入密码:"); let password = readline.question(); // 接收用户输入的密码 let 阅读全文
posted @ 2018-05-19 12:54 sunshine-鸿 阅读(543) 评论(0) 推荐(0) 编辑
摘要: console.log("输入年份:"); let year = readline.question() - 0; console.log("输入一个月份"); let month = readline.question() - 0; console.log("输入天数"); let day = r 阅读全文
posted @ 2018-05-19 12:52 sunshine-鸿 阅读(2102) 评论(0) 推荐(0) 编辑