10 2017 档案

摘要:let arr =[{},{}]; let str = '用户id,手机,卡号,昵称,姓名,年龄,性别,身高cm,体重kg'; for(let i=0; i<arr.length; i++){ str += "\n"+ arr[i].userId +','+ arr[i].account +','+ 阅读全文
posted @ 2017-10-25 19:01 lijun8637 阅读(127) 评论(0) 推荐(0)
摘要:<!--[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 阅读(256) 评论(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 阅读(396) 评论(0) 推荐(0)