From 496aab75e9f7bf1741af45c5c73418c39103013a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=BD=B6?= Date: Fri, 3 Feb 2017 13:46:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0request?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 391d7c9..30913c2 100644 --- a/README.md +++ b/README.md @@ -450,6 +450,14 @@ request.post('/user') .end(callback) ``` +### request + +https://github.com/request/request + +``` +request.post('/api').form({key:'value'}), function(err,httpResponse,body){ /* ... */ }) +``` + 在React中可以将上述任意方法其置于componentDidMount()中,Vue.js同理。 彻底移除ESlint方法