We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f217b2 commit 8388a3dCopy full SHA for 8388a3d
monkey/0013/README.md
@@ -0,0 +1,7 @@
1
+###题目要求:
2
+* 用Pyhton写一个爬图片的程序,爬这个链接里的日本妹子图片
3
+* 地址:http://tieba.baidu.com/p/2166231880
4
+
5
+###Topic request
6
+* Use Python to write a crawl program and crawl photos of Japanese girls from url
7
+* URL:http://tieba.baidu.com/p/2166231880
monkey/0013/main.py
@@ -5,9 +5,6 @@
__author__ = 'monkey'
8
-# 题目要求:
9
-# 用Pyhton写一个爬图片的程序,爬这个链接里的日本妹子图片
10
-# 地址:http://tieba.baidu.com/p/2166231880
11
12
# 获取url地址,对页面进行爬去
13
def spider(url):
0 commit comments