php如何设置允许跨域请求? 在php文件头部加入header(“Access-Control-Allow-Origin: *”);如果想设置只允许某个网站通过的话可以这样设置header(“Access-Control-Allow-Origin: http://test.com”); // 允许test.com发起的跨域请求,其他的都不通过相关推荐:php教程