{"id":2716,"date":"2017-07-06T22:26:24","date_gmt":"2017-07-06T14:26:24","guid":{"rendered":"http:\/\/www.qdabc.cn\/?p=2716"},"modified":"2017-07-06T22:26:24","modified_gmt":"2017-07-06T14:26:24","slug":"asyncawait%e7%bb%bc%e5%90%88%e7%a4%ba%e4%be%8b","status":"publish","type":"post","link":"http:\/\/www.qdabc.cn\/?p=2716","title":{"rendered":"async,await\u7efc\u5408\u793a\u4f8b"},"content":{"rendered":"<p>\u7528\u6237\u5217\u8868\u9875\u63d0\u4f9b\u4e24\u4e2a\u63a5\u53e3\uff0c<br \/>\n\u4e00\u4e2a\u63a5\u53e3\u8fd4\u56de\u6240\u6709\u7528\u6237\u7684\u7d22\u5f15\uff0c<br \/>\n\u53e6\u5916\u4e00\u4e2a\u63a5\u53e3\u6839\u636e\u7528\u6237\u7d22\u5f15\u8fd4\u56de\u7528\u6237\u7684\u59d3\u540d<\/p>\n<p>\u670d\u52a1\u5668\u7aef<\/p>\n<pre>\/**\r\n * Created by anchao on 17-7-6.\r\n *\/\r\nconst express = require('express');\r\nconst expressStatic = require('express-static');\r\n\r\nconst app = express();\r\napp.listen(8080);\r\n\r\napp.use('\/person',(req,res)=&gt;{\r\n  res.send(JSON.stringify([0,1,2,3,4,5])).end();\r\n});\r\n\r\napp.use('\/personinfo',(req,res)=&gt;{\r\n  let arr = [\"tom\",\"lucy\",\"lili\",\"ac\",\"pvfhv\",\"alex\"];\r\n  res.send(arr[req.query.id]).end();\r\n});\r\n\r\n\r\napp.use(expressStatic('.\/www\/'))\r\n\r\n\r\n<\/pre>\n<p>\u5ba2\u6237\u7aef\uff1a<\/p>\n<pre>\/**\r\n * Created by anchao on 17-7-6.\r\n *\/\r\n\/\/\u83b7\u5f97\u7528\u6237\u7d22\u5f15\r\nfunction getPersonIndex () {\r\n  return new Promise(function (resolve, reject) {\r\n    $.get('\/person').done(data=&gt;{\r\n      resolve(JSON.parse(data));\r\n    })\r\n  });\r\n}\r\n\r\n\r\nlet getData = async function () {\r\n  \/\/\u7528\u6237\u7d22\u5f15\u6570\u7ec4\r\n  let arr = await getPersonIndex();\r\n\r\n  arr.forEach(id=&gt;{\r\n    let getName = async function () {\r\n      let name = await _getInfo(id);\r\n      $('#div1').append(name+',');\r\n    }\r\n\r\n    getName();\r\n  });\r\n\r\n  \/\/\u6839\u636e\u7528\u6237\u7684id\u83b7\u5f97\u7528\u6237\u59d3\u540d\r\n  function _getInfo (id) {\r\n    return new Promise(function (resolve, reject) {\r\n      $.get('\/personinfo',{id}).done(name=&gt;{\r\n        resolve(name);\r\n      })\r\n    })\r\n  }\r\n}\r\n\r\ngetData();<\/pre>\n<p class=\"post-copyright\">\u6b22\u8fce\u5206\u4eab\u672c\u6587\uff0c\u8f6c\u8f7d\u8bf7\u4fdd\u7559\u51fa\u5904\uff1a<a href=\"http:\/\/www.qdabc.cn\">\u524d\u7aefABC<\/a> &raquo; <a href=\"http:\/\/www.qdabc.cn\/?p=2716\">async,await\u7efc\u5408\u793a\u4f8b<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>\u7528\u6237\u5217\u8868\u9875\u63d0\u4f9b\u4e24\u4e2a\u63a5\u53e3\uff0c \u4e00\u4e2a\u63a5\u53e3\u8fd4\u56de\u6240\u6709\u7528\u6237\u7684\u7d22\u5f15\uff0c \u53e6\u5916\u4e00\u4e2a\u63a5\u53e3\u6839\u636e\u7528\u6237\u7d22\u5f15\u8fd4\u56de\u7528\u6237\u7684\u59d3\u540d \u670d\u52a1\u5668\u7aef \/** * Created by anchao on 17-7-6. *\/ const exp [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[186],"tags":[],"_links":{"self":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/2716"}],"collection":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2716"}],"version-history":[{"count":1,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/2716\/revisions"}],"predecessor-version":[{"id":2717,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/2716\/revisions\/2717"}],"wp:attachment":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2716"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2716"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2716"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}