jquery跨域发送Post请求该怎么处理

2025-04-15 12:21:32
推荐回答(1个)
回答(1):

跨域请求的时候,将平常我们常设置的ajax选项: dataType:'json',修改为dataType:'jsonP',即可。