随笔分类 - html
摘要:# 随机位置随机颜色的点 <script> setInterval(function() { var dot = document.createElement("div"); dot.style.position = "fixed"; dot.style.top = Math.random() *
阅读全文
摘要:<script type="text/javascript" src="//rf.revolvermaps.com/0/0/6.js?i=5xogd34ja9n&m=7&c=ff0000&cr1=ffffff&f=arial&l=0&bv=100&lx=660&ly=440" async="asyn
阅读全文
摘要:打开谷歌浏览器控制台,输入并回车: var s=document.createElement('script'); s.src='https://topurl.cn/chat.js'; document.body.append(s);
阅读全文
摘要:获取地址: Download ▲ Prism (prismjs.com) 使用方法: <pre class="line-numbers"><code class="language-Python">def test():<br> print("123")</code></pre>
阅读全文
摘要:$("#" + msgid).append(data + '<br><br><br><div class="box-copy" id=' + copyid + '>复制内容</div>') 此时无法通使用 $(".box-copy").click()需要使用: $(document).on('cli
阅读全文
摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/di
阅读全文