1、前端发送jsonp 要求
2、后端可以在接口输出的地方添加如下代码
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\"大众);