fix: fix bugs -> no-cache -> Content-Type -> HTTP headers

This commit is contained in:
MarkusJoe
2022-02-04 20:27:06 +08:00
parent a06a35f679
commit f321c98544
4 files changed
+19 -6

No files matched your search

+11
View File
@@ -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())