AJAX的 contentType

contentType默认 Content-Type:application/x-www-form-urlencoded; charset=UTF-8 一、 简单的JSON var p = {name : 'luo', score : '100'};        $.ajax({            type: "post",            url: "/role/contentTyp
相关文章
相关标签/搜索