解決http協議的面向對象開發web服務器響應圖片亂碼問題

今天練習的時候發現當瀏覽器請求是圖片的時候,服務器返回的是亂碼。 源代碼如下: import socket import re import gevent from gevent import monkey monkey.patch_all() class WebServer(object):     # 初始化,創建tcp服務器     def __init__(self):      
相關文章
相關標籤/搜索