Jeze Chou
Results
2
issues of
Jeze Chou
第四章 信息校验与反爬虫 postman 示例 cookie 反爬虫 `import requests from lxml import etree url = 'http://www.porters.vip/verify/cookie/content.html' resp = requests.get(url) if resp.status_code == 200: html = etree.HTML(resp.text) res = html.cssselect('.page-header h1') #①...
I started this project but after configuring mcp on Windows it says "MCP error -32000: Connection closed", I don't know if Windows is not supported for reason, Does anyone have...