Skip to content

Commit

Permalink
调整readme显示格式的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenwen123 committed May 28, 2019
1 parent faea55a commit 4469476
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GolangSpider/example/pexels/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
1.分析搜索接口

>//中文:
>
>zhPageUrl=`https://www.pexels.com/zh-cn/search/{keyword}/?format=html&page={page}&type=`
>
>//英文:
>
>enPageUrl=`https://www.pexels.com/search/{keyword}/?format=html&page={page}&type=`
>
Expand All @@ -32,6 +35,7 @@
5.并发下载图片保存到本地

>下载不同尺寸的图片链接:
>
> pictureUrl=`{url}?crop=entropy&cs=srgb&fit=crop&fm=jpg&h={height}&w={width}`
>
Expand Down

0 comments on commit 4469476

Please sign in to comment.