// 指定允许其他域名访问
header('Access-Control-Allow-Origin:*');
// 响应类型
header("Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE");
// 响应头设置