08 2014 档案

摘要:1.位置属性(position, top, right, z-index, display, float等)2.大小(width, height, padding, margin)3.文字系列(font, line-height, letter-spacing, color- text-align等... 阅读全文
posted @ 2014-08-21 16:38 jssl915 阅读(142) 评论(0) 推荐(0) 编辑
摘要:一、常用方法(push,pop,unshift,shift,join)push pop栈方法,后进先出var a =[1,2,3];console.log(a.push(40)); //4 返回数组的长度console.log(a); //[1, 2, 3, 40] var b =[1,2,3];c... 阅读全文
posted @ 2014-08-04 14:04 jssl915 阅读(961) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示