至于ajax保持简洁写法即可

$.ajax({
   dataType: 'jsonp',
   type: ‘get’,
   data: {},
   url: '' 
})

  

 

相关文章: