const {createInterface} = require('readline') const rl = createInterface ({ input: process.stdin, output: process.stdout }) rl.question('Input an integer: ' ...
確定! 回上一頁