python簡單的http服務器

一、Server.py # -*- coding:UTF-8 -*-import osimport BaseHTTPServerimport timeimport threadingimport urlparseclass ServerHandler(BaseHTTPServer.BaseHTTPRequestHandler): ''' 簡單的Http服務器,處理get
相關文章
相關標籤/搜索