Like readline module, there is another module called readline-sync , which takes synchronous input. Example: const reader = require("readline-sync"); //npm ...
確定! 回上一頁