我的代码: const readline = require('readline'); function scan(callback) { const rl = readline.createInterface({ input: process.stdin, ...
確定! 回上一頁