https://github.com/shy2850/readline
读取一行输入:read_line(),输出一行:print(something),注意使用print函数输出时,末尾自动带有换行符,无需自己添加
https://github.com/shy2850/readline
Last synced: 2 months ago
JSON representation
读取一行输入:read_line(),输出一行:print(something),注意使用print函数输出时,末尾自动带有换行符,无需自己添加
- Host: GitHub
- URL: https://github.com/shy2850/readline
- Owner: shy2850
- License: apache-2.0
- Created: 2016-09-23T10:01:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T02:53:18.000Z (over 8 years ago)
- Last Synced: 2024-04-15T00:36:41.949Z (about 1 year ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# readLine
读取一行输入:read_line(),输出一行:print(something),注意使用print函数输出时,末尾自动带有换行符,无需自己添加> npm install read-line-cli -g
> nodec test.js
