const readlineSync = require('readline-sync') let string = readlineSync.question('Вопрос на русском') console.log(string)
確定! 回上一頁