可能重复:
什么是正确的 JSON 内容类型?
我在 json 上有问题,它只显示“Content-Type:text/html”我在 localhost 上测试,我的在线代码是
header('Access-Control-Allow-Origin: *');
header('Content-Type: application/javascript');
//header('Content-type: text/javascript');
//header('Content-type: application/json');