# fetch **Repository Path**: little_five_i/fetch ## Basic Information - **Project Name**: fetch - **Description**: fetch接口测试小工具 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-06 - **Last Updated**: 2021-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 该项目功能是: ​ 通过一个页面,输入node.js fetch代码,提交到服务端; ​ 服务端负责发送请求,并响应数据(和生成JSON数据); #### 操作步骤: - 启动项目: ``` # 下载依赖 C:\Users\lenovo\Desktop\fetch>npm i # 运行 C:\Users\lenovo\Desktop\fetch>node app.js ``` - 复制请求代码: ![copyurl-fetch](README.assets/copyurl-fetch.png) - 访问 地址:http:localhost:2133/index.html ![image-20210207161126647](README.assets/image-20210207161126647.png) - 粘贴代码,点击运行 ![image-20210207161219783](README.assets/image-20210207161219783.png) ![image-20210207161331237](README.assets/image-20210207161331237.png)