摘要: ps:这两天在看Cloudgamer的js工具库 cloudgamer Js Library v0.1 ,里面有一个dom的contain方法,如下:var D={contains: document.defaultView//参见 JS从样式表取值的函数currentStyle(IE),defaultView(FF) ? function (a, b) { return !!( a.compareDocumentPosition(b) & 16 ); } : function (a, b) { return a != b && a.contains(b); }}我对c 阅读全文
posted @ 2012-06-07 14:15 穆乙 阅读(2794) 评论(0) 推荐(0)