MySQL Linux Ubuntu CentOS PHP Windows CSS3
2022年6月28日- 書箋
header("Access-Control-Allow-Origin: http://a.com"); // 允許a.com發起的跨域請求//如果需要設置允許所有域名發起的跨域請求,可以使用通配符 *header("Access-Control-Allow-Origin: *"); // 允許任意域名發起的跨域請求header('Access-Control-Allow-Headers: X-Requested-With,X_Requested_With');