加载中
js 闭包

<html>   <head>   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">     <title>test</title>   </head>   <body>     <script>     /*     * 零零碎碎的,等明白了之后再整理     ...

2014/05/16 10:54
1.2K
js 对象方法、类方法、原型方法的区别;私有属性、公有属性、公有静态属性的区别

代码有利于理解,我都写注释了,直接上代码 <html>   <head>   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">     <title>test</title>   </head>   <body>     <script>     ...

2014/05/15 10:04
1.6W
JS判断IE678

上代码 var isIE = !!window.ActiveXObject;var isIE6 = isIE && !window.XMLHttpRequest;var isIE8 = isIE && !!document.documentMode && (document.documentMode == 8);var isIE7 = isIE ...

2014/05/14 16:41
469

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部