ajax的两个重要参数contentType 和dataType

contentType 是入参!!!!!!

是传递给后端参数的格式;

contentType : 'application/json;charset=UTF-8',

contentType : 'text/html;charset=UTF-8',

dataType是出参!!!!!

是后端返回数据的格式;

dataType: 'json',

原文地址:https://www.cnblogs.com/whoknows1/p/9667684.html