摘要: $.ajax({ type: 'HEAD', // 获取头信息,type=HEAD即可 url : window.location.href, complete: function( xhr,data ){ // 获取相关Http Response header... 阅读全文
posted @ 2019-06-25 15:38 何仙伟 阅读(4001) 评论(0) 推荐(0) 编辑