第一种方式: 通过 jsonp
第二种方式(通过header):
header(“content-Type:application/json;charset=utf-8”);
header(‘Access-Control-Allow-Origin:*’);
header(‘Access-Control-Allow-Credentials:true’);
加在文件头部
第一种方式: 通过 jsonp
第二种方式(通过header):
header(“content-Type:application/json;charset=utf-8”);
header(‘Access-Control-Allow-Origin:*’);
header(‘Access-Control-Allow-Credentials:true’);
加在文件头部

被折叠的 条评论
为什么被折叠?