首页
技术教程
云服务器
虚拟主机
网站运维
linux运维
耀盾
首页
- 文件名
- 文件名
网站运维
如何获取Python脚本的当前时间和文件名?
import datetime获取当前时间current_time = datetime.datetime.now()打印当前时间print("当前时间:", current_time……
2024年9月24日
0
0