Skip to content

Instantly share code, notes, and snippets.

@hacke2
Created October 8, 2014 15:04
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 hacke2/7f94097101936d03ca9f to your computer and use it in GitHub Desktop.
Save hacke2/7f94097101936d03ca9f to your computer and use it in GitHub Desktop.
ajax设置编码
$.ajaxSetup({ scriptCharset: "gbk" , contentType: "application/json; charset=gbk"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment