05 2018 档案

摘要:**一、getComputedStyle是?**getComputedStyle是一个可以获取当前元素所有最终使用的CSS属性值。返回的是一个CSS样式声明对象([object CSSStyleDeclaration]),只读。 getComputedStyle() gives the final 阅读全文
posted @ 2018-05-26 21:45 珺瑶 阅读(174) 评论(0) 推荐(0)
摘要:html header 区的可选内容:1. 公司版权注释<!-- The site is designed by Maiziedu 09/2018-->2.网站作者信息<meta name="author" content="master@madd.com"></meta>3.网站介绍<meta n 阅读全文
posted @ 2018-05-16 20:30 珺瑶 阅读(95) 评论(0) 推荐(0)
摘要:every()、filter()、forEach()、map()、some() 数组/boolean/无 = 数组.every/filter/forEach/map/some( function(element,index,arr){ 程序和返回值; } ); //对数组中每一项运行以下函数,如果都 阅读全文
posted @ 2018-05-02 22:23 珺瑶 阅读(235) 评论(0) 推荐(0)