jquery中有$.post,$.get,$.getJSON,为什么没有postJSON? 财富值79

2016-10-27 08:15发布

如题。。jquery中有$.post,$.get,$.getJSON为什么没postJson

3条回答

$.getJSON其实是使用jsonp获取数据,而jsonp只有get没有post

一周热门 更多>