js ajax接口提示跨域请求 PHP解决办法

2024年03月23日 PHP跨域解决办法 ajax跨域解决办法 懒猪技术

header("Access-Control-Allow-Origin:*");
header("Access-Control-Allow-Methods:GET,POST");
header('Access-Control-Allow-Headers:x-requested-with,content-type');
header("Content-Type: text/html; charset=utf-8");

4条代码,自己理解吧,万能方法!

本文链接:http://so.lmcjl.com/news/196/

展开阅读全文
相关内容