04 2023 档案

摘要:1.创建MySQL模块方便使用 ```python import pymysql class MysqlHelps: def __init__(self): self.connect = None self.mouse = None self.connect = pymysql.Connect(ho 阅读全文
posted @ 2023-04-25 19:27 向众神祈祷 阅读(605) 评论(2) 推荐(0)
摘要:```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 向众神祈祷 阅读(118) 评论(1) 推荐(0)