Site Notice
hello, world
超星弹幕助手
From Project-EPB Commons
<html> <script src="https://common.wjghj.cn/js/ChaoXingDanMuZhuShou"></script> '"`UNIQ--pre-00000000-QINU`"' <textarea id="RKLBChat_sendText"></textarea> <button id="RKLBChat_sendMsg" onclick="sendComment()">发送评论</button> <script> function sendComment() {
var msg = $('#RKLBChat_sendText').val(); if (msg === '') return; $('#RKLBChat_sendText').val(''); $('#msgArea').append('<p class="comment">您:' + msg + '<span style="color:#ccc">'+new Date().toTimeString() + '</span></p>');
} setInterval(function(){
var date = new Date(), timeNow = date.toTimeString(); $('#msgArea').append('<p class="comment">其他人:大概是……然后吧……我觉得呢……你们说呢?<span style="color:#ccc">'+ timeNow + '</span></p>');
},8000); </script> </html>