Skip to content

abigaleypc/cross-domain-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

项目介绍

这是模拟启动两个服务器,他们都是localhost,但端口不同。采用这种方式模拟跨域问题

目录结构

.
├── JSONP
│   ├── port58023
│   │   ├── index.html
│   │   ├── package.json
│   │   ├── test.js
│   │   └── test.txt
│   └── port8080
│       ├── index.html
│       ├── package.json
│       ├── test.js
│       └── test.txt
├── XHR
│   ├── port58023
│   │   ├── index.html
│   │   ├── package.json
│   │   ├── test.js
│   │   └── test.txt
│   └── port8080
│       ├── index.html
│       ├── package.json
│       ├── test.js
│       └── test.txt
└── readme.md

操作方式

XHR 文件夹中

  • cd XHR/port8080进入该子项目,启动服务器 live-server
  • cd XHR/port58023进入该子项目,启动服务器 live-server

访问方式