摘要: <!--[if !IE]><!--> 除IE外都可识别 <!--<![endif]--><!--[if IE]> 所有的IE可识别 <![endif]--><!--[if IE 6]> 仅IE6可识别 <![endif]--><!--[if lt IE 6]> IE6以及IE6以下版本可识别 <![ 阅读全文
posted @ 2017-10-18 12:22 lijun8637 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1、异步请求的方法:iframe、script、XMLHttpRequest、comet(服务器端发起) 2、使用XHR发起POST请求 //1 创建XHR对象 var xhr = function (){ if(window.ActiveXObject){ return new ActiveXOb 阅读全文
posted @ 2017-10-18 10:07 lijun8637 阅读(382) 评论(0) 推荐(0) 编辑