摘要: 1. 阅读全文
posted @ 2017-06-01 13:48 九门提督琪琪 阅读(220) 评论(0) 推荐(0) 编辑
摘要: html简单模板: <div class="container"> <div class="box"></div> </div> 1.父盒子、子盒子均固定宽高 A.父盒子相对定位,子盒子绝对定位(垂直水平居中) .container{ width: 600px; height: 500px; pos 阅读全文
posted @ 2017-06-01 13:47 九门提督琪琪 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 1.简单模板 success访问成功不等于返回数据成功 阅读全文
posted @ 2017-06-01 13:36 九门提督琪琪 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 参考链接:http://www.cnblogs.com/yangheng/p/6018224.html 1.try{}catch(){}只能捕捉异常不能捕捉真假 2.模板 try { document.writeln("开始执行try块语句 > ") document.writeln("还没有发生例 阅读全文
posted @ 2017-06-01 12:00 九门提督琪琪 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 1.split分割字符串组成数组 2.subString分割字符串,包括开头不包括的结尾 3.添加标识符 if(a)return ; a = !a; 4.全局变量的处理(对象) 5.replace的运用,在js中只替换第一个 6. 阅读全文
posted @ 2017-06-01 10:51 九门提督琪琪 阅读(107) 评论(0) 推荐(0) 编辑