返回: Python基础 索引页
这是一个读取系统当前时间的小例子:
import datetime currenttime = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S') print (currenttime)
运行结果:
2022-03-01 22:42:37
返回: Python基础 索引页
2022-11-13 11:15:19
返回: Python基础 索引页
这是一个读取系统当前时间的小例子:
import datetime currenttime = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S') print (currenttime)
运行结果:
2022-03-01 22:42:37
返回: Python基础 索引页
下一篇:GWT用frame调用JSP