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

J2EE 码拜 10年前 (2015-04-04) 1729次浏览 0个评论
 

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

$.ajax函数里的  contentType和  dataType是什么
contentType
类型:String

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

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

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

 dataType 

$.ajax函数里的  contentType和  dataType是什么
一般写个dataType就可以了
$.ajax函数里的  contentType和  dataType是什么
dataType是返回的类型 在成功后的data值的类型
$.ajax函数里的  contentType和  dataType是什么
20分
contentType  是客户端到服务器端
dataType是 服务器端返回

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明$.ajax函数里的 contentType和  dataType是什么
喜欢 (0)
[1034331897@qq.com]
分享 (0)

文章评论已关闭!