显示有误

博客园 首页 新随笔 联系 订阅 管理

2016年9月20日 #

摘要: <!Doctype html><html> <head> <title></title> <meta charset="utf-8" /> </head> <style type="text/css">.zxx_exp{display:block; color:#34538b; margin-top 阅读全文
posted @ 2016-09-20 11:28 显示有误 阅读(1960) 评论(0) 推荐(0) 编辑

摘要: function getElementsByClassName(node,classname){ if(node.getElementsByClassName){ return node.getElementsByClassName(classname); }else{ var results=ne 阅读全文
posted @ 2016-09-20 10:54 显示有误 阅读(172) 评论(0) 推荐(0) 编辑

摘要: function getStyle(obj,name){ if(obj.currentStyle) { return obj.currentStyle[name]; } else { return getComputedStyle(obj,false)[name]; }}var timer=null 阅读全文
posted @ 2016-09-20 10:34 显示有误 阅读(151) 评论(0) 推荐(0) 编辑