摘要: 注意int的长度 阅读全文
posted @ 2017-10-26 19:36 教练我想打篮球 阅读(116) 评论(0) 推荐(0) 编辑
摘要: overflow-x 固定x轴,不让左右拉拽 overflow-y 固定y轴,不让上下拉拽 阅读全文
posted @ 2017-10-26 19:32 教练我想打篮球 阅读(200) 评论(0) 推荐(0) 编辑
摘要: var a = 接收数据数据 通过.reverse()方法进行倒序排列 阅读全文
posted @ 2017-10-26 19:27 教练我想打篮球 阅读(785) 评论(0) 推荐(0) 编辑
摘要: //判断浏览器function isWeiXin(){ var ua = window.navigator.userAgent.toLowerCase(); if(ua.match(/MicroMessenger/i) == 'micromessenger'){ return true; }else 阅读全文
posted @ 2017-10-26 19:01 教练我想打篮球 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 一、 转义符 1、\n \n的作用是换行,也就是和键盘上的回车键相同 2、\t \t的作用是制表,就是以八个空格为一个单位,当不足八个时会自动补齐八个,如asd\tfgh,那么输出的将会是 。 3、\r \r的作用是替换,以后面的替换前面的,如123456\r789,则输出789456,若\r后面的 阅读全文
posted @ 2017-10-26 18:57 教练我想打篮球 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 切记版本的冲突 阅读全文
posted @ 2017-10-26 18:52 教练我想打篮球 阅读(233) 评论(0) 推荐(0) 编辑
摘要: urls="/class/exportTeacherCheck?termId="+termId+"&deptId="+deptId+"&tames="+tames+"&categoryId="+categoryId+"&keyword="+keyword +"&query="+query+"&cla 阅读全文
posted @ 2017-10-26 18:31 教练我想打篮球 阅读(358) 评论(0) 推荐(0) 编辑