ajax的两个重要参数contentType 和dataType

 

contentType 是入参!!!!!!

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

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

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

 

dataType是出参!!!!!

是后端返回数据的格式;

dataType: 'json',

posted @ 2018-09-18 10:57  WhoKnows1  阅读(542)  评论(0编辑  收藏  举报