1、前端发送jsonp 要求

2、后端可以在接口输出的地方添加如下代码

php跨域接口php接口解决跨域要求问题 React

header('Content-Type:application/json; charset=utf-8');header('Access-Control-Allow-Origin:');header(\"大众Access-Control-Allow-Headers: Content-Type\"大众);header(\"大众Access-Control-Allow-Methods: GET,POST,PUT,DELETE,OPTIONS\"大众);