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 () { }
});
时间: 2024-10-13 11:28:34