var readlineSync = require('readline-sync');. Now we can take user inputs like: var userName = readlineSync.question("Enter your name: ");.
確定! 回上一頁