Просмотр исходного кода

feat:添加 python requests 文章

killua 5 лет назад
Родитель
Сommit
e633d69107
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      source/_posts/python-request.md

+ 3 - 3
source/_posts/python-request.md

@@ -1,8 +1,8 @@
 ---
 title: python_request
 date: 2019-05-08 15:53:14
-tags: [python reptile]
-categories: [python reptile]
+tags: [python,reptile]
+categories: [python,reptile]
 ---
 ## python requests 
 > requests 是出入python时就接触的网路请求神器,在学习了这么久后总结一些经验保存、学习。
@@ -14,7 +14,7 @@ pip install requests
 or
 conda install requests (Anaconda)
 ```
-
+<!--more-->
 #### 用法
 
 ```python