添加request
This commit is contained in:
parent
d4cd3038a7
commit
496aab75e9
@ -450,6 +450,14 @@ request.post('/user')
|
|||||||
.end(callback)
|
.end(callback)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### request
|
||||||
|
|
||||||
|
https://github.com/request/request
|
||||||
|
|
||||||
|
```
|
||||||
|
request.post('/api').form({key:'value'}), function(err,httpResponse,body){ /* ... */ })
|
||||||
|
```
|
||||||
|
|
||||||
在React中可以将上述任意方法其置于componentDidMount()中,Vue.js同理。
|
在React中可以将上述任意方法其置于componentDidMount()中,Vue.js同理。
|
||||||
|
|
||||||
彻底移除ESlint方法
|
彻底移除ESlint方法
|
||||||
|
Loading…
Reference in New Issue
Block a user