$.ajax({ type : "GET",dataType : "jsonp",url : '/',data : {} success: function(obj){ } });
我如何使用$ .ajax dataType:jsonp跨域发布数据?