如何使用nodeJS接收简单的一行用户输入?
我想用我自己的非常简单的控制台运行一个nodeJS应用程序,所以我的问题是如何以简单的方式实现它(任何编程语言的典型方式)。
我看过类似 如何使用 NodeJS 读取用户输入,但我不确定是否已经包含了一种简单的方法。
I want to run a nodeJS application with my own very simple console, so my question is how can I achieve it in a straightforward way (typical of any programming language).
I've seen articles like How To Read User Input With NodeJS but I am not sure if there is a simple way already included.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它看起来尚未完成,但 NodeJS 似乎有一个更简单的方法,其 Readline 库。
除此之外,我认为您链接的文章很好地涵盖了基础知识。
It looks unfinished, but it appears NodeJS does have a simpler way with its Readline library in version 5.3.
Other than that, I think the article you linked to covers the basics pretty well.