会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Zina
不积跬步,无以至千里
博客园
首页
新随笔
联系
管理
订阅
2018年11月30日
CORS跨域请求的限制和解决
摘要: 我们模拟一个跨域的请求,一个是8888,一个是8887 //server.js const http = require('http'); const fs = require('fs'); http.createServer(function(req,res){ console.log('req
阅读全文
posted @ 2018-11-30 06:54 wzndkj
阅读(1425)
评论(0)
推荐(0)