上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 167 下一页
摘要: 无标题文档 无标题文档 无标题文档 阅读全文
posted @ 2017-05-28 06:42 无天666 阅读(181) 评论(0) 推荐(0)
摘要: 无标题文档 无标题文档 无标题文档 无标题文档 aaaa 无标题文档 aaaa 阅读全文
posted @ 2017-05-28 02:47 无天666 阅读(203) 评论(0) 推荐(0)
摘要: 无标题文档 无标题文档 无标题文档 阅读全文
posted @ 2017-05-27 08:41 无天666 阅读(218) 评论(0) 推荐(0)
摘要: 无标题文档 无标题文档 aaaaa 无标题文档 阅读全文
posted @ 2017-05-26 07:18 无天666 阅读(298) 评论(0) 推荐(0)
摘要: 无标题文档 阅读全文
posted @ 2017-05-26 07:08 无天666 阅读(221) 评论(0) 推荐(0)
摘要: $('div').slice(1,3).css('background','red').end().css('color','blue'); 入栈原理图: 阅读全文
posted @ 2017-05-26 01:41 无天666 阅读(191) 评论(0) 推荐(0)
摘要: <!-- jQuery = function() { --> <!-- return new jQuery.fn.F(); --> <!-- }, --> <!-- jQuery.fn = jQuery.prototype = { --> <!-- constructor: jQuery, --> 阅读全文
posted @ 2017-05-26 01:10 无天666 阅读(326) 评论(0) 推荐(0)
摘要: ----------------------------------------------------------------- cc = function(){alert(345)}, pushStack = function() { cc(); }, pushStack();//345 //没加var的放在window对象中 pushStack = function() { ... 阅读全文
posted @ 2017-05-25 22:51 无天666 阅读(1890) 评论(0) 推荐(0)
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head><meta http-equiv="Content-Type" content="text/ht 阅读全文
posted @ 2017-05-25 15:43 无天666 阅读(769) 评论(0) 推荐(0)
摘要: function F(){ this.a = "aaa"; alert(111); } F.prototype = { constructor:F, } var f = new F.prototype.constructor(); alert(f.a);//aaa F.prototype.constructor();//111 alert(F === F.prototyp... 阅读全文
posted @ 2017-05-25 03:12 无天666 阅读(780) 评论(0) 推荐(0)
上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 167 下一页