顯示廣告
隱藏 ✕
看板 million
作者 emulators (模擬器)
標題 [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 
r)回覆 e)編輯 d)刪除 M)收藏 ^x)轉錄 同主題: =)首篇 [)上篇 ])下篇