javascript - I encounter a scenario where the background returns jsonp format to me, but there is no need to cross domain at this time. What should I do at this time? .
巴扎黑2017-07-05 10:56:51
0
1
971
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
In the url parameter of ajax request, remove
&callback=?
and change the dataType to json