Skip to content

Instantly share code, notes, and snippets.

@fhefh2015
Created March 9, 2016 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fhefh2015/d10f873fb5a6a1961585 to your computer and use it in GitHub Desktop.
Save fhefh2015/d10f873fb5a6a1961585 to your computer and use it in GitHub Desktop.
JSON数据HTTP Header标记
第一种:
header('Content-type: application/json');
第二种:
header('Content-type: text/json');
//第一种是标准兼容以后,第二种兼容IE6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment