随笔分类 -  web

摘要:```html //导入jquery ``` 阅读全文
posted @ 2023-04-24 10:19 向众神祈祷 阅读(18) 评论(0) 推荐(0)
摘要:```html let count=2; //鼠标检测参数 document.onmousemove=function(e){ count--; if (count<=0){ let img=document.createElement("img"); let width=40; img.width 阅读全文
posted @ 2023-04-23 09:48 向众神祈祷 阅读(120) 评论(1) 推荐(0)