$.ajax中contentType: “application/json” 的用法
不使用contentType: “application/json”则data可以是对象 使用contentType: “application/json”则data只能是json字符 ...
不使用contentType: “application/json”则data可以是对象 使用contentType: “application/json”则data只能是json字符 ...