看板 million
作者 標題 [note] 想到的 code片段
時間 2017-03-13 Mon. 20:57:33
function processContentSending(content_to_send){
var splittedLineText = content_to_send.split("\n");
for(i=0; i<splittedLineText.length; i++){
// send out splittedLineText[i];
if( (i+1)<splittedLineText.length )
// send out ENTER
}
}
// 改良版
var ContentToSend = content.replace(/\n/g, robotCmd.Enter);
--
※ 作者: emulators 時間: 2017-03-13 20:57:33
※ 編輯: emulators 時間: 2017-03-14 11:13:08
※ 看板: million 文章推薦值: 0 目前人氣: 0 累積人氣: 76
回列表(←)
分享