chat.ejs <script> function insertChat(who, text, time) { ... } ... insertChat("me", "Hello Tom...", 0); </script>. 我想將app.js中的'received_message'傳值 ...
確定! 回上一頁