接口ajax返回json无法获取值

2024-12-01 20:04:53
推荐回答(1个)
回答1:

如果跨域,
datatype:'json',

应该是
datatype:'jsonp',