摘要: 阅读全文
posted @ 2019-02-21 21:20 面包_girl 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-02-21 21:02 面包_girl 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-02-21 21:01 面包_girl 阅读(238) 评论(0) 推荐(0) 编辑
摘要: var Foo = function(){ getName = function(){alert(1)}; return this; } Foo.getName = function(){alert(2)}; Foo.prototype.getName = function(){alert(3)}; 阅读全文
posted @ 2019-02-21 16:52 面包_girl 阅读(155) 评论(0) 推荐(0) 编辑
/* 鼠标点击文字特效 */