Archived
fix: fix bugs -> no-cache -> Content-Type -> HTTP headers
This commit is contained in:
4 files changed
+19
-6
No files matched your search
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
# -- coding:utf-8 --
|
||||
# @Author: markushammered@gmail.com
|
||||
# @Development Tool: PyCharm
|
||||
# @Create Time: 2022/2/4
|
||||
# @File Name: timetest.py
|
||||
|
||||
import time
|
||||
|
||||
|
||||
print(time.ctime())
|
||||
Reference in New Issue
Block a user