摘要: contentType: 告诉服务器,我要发什么类型的数据 dataType:告诉服务器,我要想什么类型的数据,如果没有指定,那么会自动推断是返回 XML,还是JSON,还是script,还是String。 $.ajax contentType 和 dataType , contentType 主要 阅读全文
posted @ 2018-05-09 16:23 谷樵 阅读(2080) 评论(0) 推荐(0) 编辑