摘要: const http = require('http'); const httpProxy = require('http-proxy'); //创建一个代理服务 const proxy = httpProxy.createProxyServer(); //创建http服务器并监听8888端口 le 阅读全文
posted @ 2020-09-08 10:54 不服憋着 阅读(881) 评论(0) 推荐(0)