摘要: import os # 打开画图工具 os.system("C:\Windows\system32\mspaint.exe") # 修改文件名 os.rename(r"E:\Code\a.txt",r"E:\Code\b.txt") # 读取文件 file=open(r"E:\Code\test.t 阅读全文
posted @ 2022-04-21 08:50 MrFlySand-飞沙 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 一、自动点赞 原文:https://www.cnblogs.com/MrFlySand/p/16172661.html 进入网页版的QQ空间 按F12,进入控制台console 复制、粘贴下面代码 var x=5,y=10; function autoClick() { y=y+10+Math.fl 阅读全文
posted @ 2022-04-21 08:40 MrFlySand-飞沙 阅读(2386) 评论(0) 推荐(0) 编辑