08 2015 档案

摘要:前言前段时间面试遇见一题,题目内容大概是function Parent() { this.prop = 'parent';}Parent.prototype.get = function() { alert(this.prop);};Parent.prototype.s... 阅读全文
posted @ 2015-08-31 20:45 qingguoing 阅读(1081) 评论(0) 推荐(0)
摘要:前言CSS3中出现了几种关于背景图片的新属性:background-origin、background-clip、background-position等.之前大致了解了下,但是background-origin与background-clip的区别尚不清楚。就google了一篇,... 阅读全文
posted @ 2015-08-14 11:30 qingguoing 阅读(270) 评论(0) 推荐(0)