ajax和PHP接口交互時(shí) 用post方式會(huì)出錯(cuò),get不會(huì)跨域問題添加了:header('Access-Control-Allow-Origin:*');
header('Access-Control-Allow-Methods:POST,GET,OPTIONS,DELETE');
header('Access-Control-Allow-Headers:x-requested-with,content-type,requesttype');
但是POST方法還是不行,這是為什么~~~
添加回答
舉報(bào)
0/150
提交
取消