标签:
contentType: ‘application/x-www-form-urlencoded; charset=UTF-8‘,
$.ajax({
type: ‘POST‘,
url: url,
contentType: ‘application/x-www-form-urlencoded; charset=UTF-8‘,
data:
{
stkey:"中文"
},
success:function(result){ },
error:function () { }
});
标签:
原文地址:http://www.cnblogs.com/D-not/p/5780998.html