Skip to content

Commit

Permalink
更新readme样式
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenwen123 committed May 27, 2019
1 parent db61cde commit e2f9bcb
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions GolangSpider/example/cbooo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@

### 爬取的实时票房榜的数据信息 ###

中国实时票房榜JSON数据 ![中国实时票房榜](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/boxoffice_json.png)
**中国实时票房榜JSON数据**

中国实时票房榜XML数据 ![中国实时票房榜](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/boxoffice_xml.png)
![中国实时票房榜](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/boxoffice_json.png)

中国实时票房榜CSV数据 ![中国实时票房榜](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/boxoffice_csv.png)
**中国实时票房榜XML数据**

![中国实时票房榜](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/boxoffice_xml.png)

**中国实时票房榜CSV数据**

![中国实时票房榜](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/boxoffice_csv.png)


## 2.即将上映 ##
Expand All @@ -27,23 +33,32 @@

### 爬取的即将上映的数据信息 ###

即将上映JSON数据 ![即将上映](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/coming_json.png)
**即将上映JSON数据**

![即将上映](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/coming_json.png)

即将上映XML数据 ![即将上映](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/coming_xml.png)
**即将上映XML数据**

![即将上映](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/coming_xml.png)


## 3.电影信息 ##

### 通过爬虫爬取电影的详细信息,保存成JOSN文件并下载电影海报图片 ###
> ![电影信息](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/incoming.png)

![电影信息](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/incoming.png)
>
### 爬取后的电影数据 ###

爬取后的电影JSON数据![电影信息](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/movieinfo_json.png)
**爬取后的电影JSON数据**

![电影信息](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/images/movieinfo_json.png)

### 电影海报 ###

爬取后的电影海报![电影海报](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/data/682238.jpg)
**爬取后的电影海报**

![电影海报](https://github.com/jaydenwen123/GolangSpider/blob/master/GolangSpider/example/cbooo/data/682238.jpg)

# 主要涉及的技术 #

Expand Down

0 comments on commit e2f9bcb

Please sign in to comment.