Site Notice
hello, world
超星弹幕助手
From Project-EPB Commons
<html> <script src="https://common.wjghj.cn/js/ChaoXingDanMuZhuShou"></script> <div id="msgArea" style="padding: 4px; height: 200px; overflow: auto; border: 1px solid #aaa;"> <p class="comment">某人:我认为……</p> <p class="comment">某人:我不赞同楼上的看法!</p> </div> <textarea id="RKLBChat_sendText"></textarea> <button id="RKLBChat_sendMsg" onclick="sendMsg()">发送评论</button> <script> function sendMsg() {
var msg = $('#RKLBChat_sendText').val(); if (msg === '') return; $('#RKLBChat_sendText').val(''); $('#msgArea').append('<p class="comment">您:' + msg + '</p>');
} </script> </html>