标签: javascript php html ajax
无法加载https://test.com/:对预检请求的响应未通过访问控制检查:否' Access-Control-Allow-Origin'标头出现在请求的资源上。起源' http://test.com'因此不允许访问。
答案 0 :(得分:0)
添加
header('Access-Control-Allow-Origin: *');
在您的API文件之上。