v1:初始化engine,将请求区分开

This commit is contained in:
2026-06-10 11:03:38 +08:00
parent 0253afdb6b
commit a4717a5c4b
+1
View File
@@ -15,6 +15,7 @@ class Baidu_Spider():
reponse = requests.get(url)
print(reponse)
print(reponse)
print(reponse)
if __name__ == '__main__':
spider = Baidu_Spider()