How to fill an array from user's input in terminal with readline() in JavaScript? (no web)

前端 未结 0 1657
忘掉有多难
忘掉有多难 2021-01-18 02:43

From a program where the user gives some values in a terminal and then I work with that info like:

const readline = require("readline");
const rl =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题