我把type:'post' 换为dataType:'post'
type是向服务器发送请求的方式有get和post两种,而dataType是服务器收到请求后返回的数据类型
什么时候要用dataType?