问题描述
- 用jquery.get访问网页
-
用jquery.get访问网页的时候,默认会加上Accept-Encoding: gzip协议头、怎么取消?
解决方案
http://demon.tw/programming/jquery-ajax-user-agent.html
解决方案二:
$.getJSON("https://passport.baidu.com/v2/?reggetcodestr&callback=bdPass.api.login._changeNewVcodeCallback&index=0&v=",function(data){
alert(data);
});
这个我看过,好像并不可以,上面是 我的代码,怎么样才可以让他访问成功
时间: 2024-09-20 15:27:36