python 用socket向網頁發送 GET 請求

web 客戶端程序 ''' send request 'GET' to www.baidu.com and save the receved content to a txt file ''' from socket import * import sys header_send = b'GET / HTTP/1.1\r\nHost: www.baidu.com\r\nConnection:
相關文章
相關標籤/搜索