Code Bye

$.ajax函数里的 contentType和  dataType是什么

 

$.ajax函数里的  contentType和??dataType是啥意思啊   哪个是服务器端返回的数据  哪个是客户端发送的数据啊

contentType
类型:String

默认值: “application/x-www-form-urlencoded”。发送信息至服务器时内容编码类型
dataType
类型:String

预期服务器返回的数据类型。

contentType

 dataType 

一般写个dataType就可以了
dataType是返回的类型 在成功后的data值的类型

20分
contentType  是客户端到服务器端
dataType是 服务器端返回

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明$.ajax函数里的 contentType和  dataType是什么