摘要:
console.log("请输入用户名:"); let username = readline.question(); // 接收用户输入的用户名 console.log("请输入密码:"); let password = readline.question(); // 接收用户输入的密码 let 阅读全文
posted @ 2018-05-19 12:54
sunshine-鸿
阅读(569)
评论(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-鸿
阅读(2149)
评论(0)
推荐(0)

浙公网安备 33010602011771号