Encountered a scenario where the background returned jsonp format to me, but there is no need to cross domain at this time. What should I do at this time? . No error reported
大家讲道理2017-07-05 10:58:51
In the url parameter of ajax request, remove &callback=?
and change the dataType to json