web服務器默認返回首頁版

當打開一個瀏覽器之後,服務器肯定會默認打開首頁,因此設計爲首頁模式 import socketimport re def work(request):     '''從瀏覽器請求裏解析出資源路徑'''     #獲取請求行     head_list = re.split(r'\r\n',request)     request_line = head_list[0]     #獲取到請求的資源路
相關文章
相關標籤/搜索