摘要: import socket from threading import Thread import time def html(conn): time_tag = str(time.time()) print(time_tag) with open('test1.html', 'r', encodi 阅读全文
posted @ 2023-02-24 21:09 Wchime 阅读(53) 评论(0) 推荐(0)