原创 python網絡爬蟲

import socket target_host = "www.google.com" target_port = 80 #建立一個socket對象 client = socket.socket(socket.AF_INET,soc