摘要:
我们在Server和Client之间通信。 Server的代码如下: """ My demo of sending and reciving data. """ import socket sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM 阅读全文
摘要:
import requests from bs4 import BeautifulSoup import time import random url = 'https://book.douban.com/mine?status=collect' headers = { "User-Agent": 阅读全文