1、let readline=require('readline')
2、初始化程序物件
let rl=readline.createinte***ce()
3、rl.question事件接收鍵盤輸入
rl.question('螢幕顯示內容',function(res輸入內容))
4、關閉question事件
rl.close();
5、監聽關閉事件,結束輸出輸出程序
rl.on('close',function())
**示例:
鍵盤輸入內容並存到檔案裡:
let fs =
require
('fs');
let readline=
require
('readline');
//例項化介面物件
let rl=readline.
createinte***ce()
//question提問事件
rl.question
('名字?\n'
,function
(ans)
)async
function
ques()
)})}
async
function
create()
)}create()
;//close事件監聽
rl.on
('close'
,function()
)
Linux終端輸入輸出 termios 函式
termios系列函式 tcgetattr,tcsetattr,tcsendbreak,tcdrain,tcflush,tcflow,cfmakeraw,cfgetospeed,cfgetispeed,cfsetispeed,cfsetospeed,cfsetspeed等,用以獲取 設定終端裝置的屬...
常用技巧 輸入輸出優化 輸入輸出外掛程式
我們知道cin cout是比較慢的,不過它們可以加速。在 中加入這兩句即可 std ios sync with stdio false std cin.tie 0 加速過後cin的速度與scanf的速度近似 當然,加速過後就不要混用print和cout,scanf和cin了。因為不同步,後果會很嚴重...
uva oj java輸入輸出
真難的題目 狗屁演演算法 測資很機車 測驗結果 x.xx0 ms 測驗日期 200y mm dd author raymond wu 小璋丸 publicclassmain 載入單字的字元 while bytedata 1 else bytedata system.in.read catch exc...