“2025年09月” 的搜索结果,共2条

防复制代码
防复制代码

// 禁用右键菜单 document.addEventListener('contextmenu', function(e) { e.preventDefault(); }); // 禁用文本选择 documen...

canvas 粒子动画
canvas 粒子动画

<div class="waves" style="opacity:.5; position:absolute; bottom:0; width:100%; height:250px; z-index:-1"></div>