摘要:
Object.create = function(o){ var Fun = function(){}; Fun.prototype = o; return new Fun();}var peo = { name:'liu', age : 24,}var stu = Object.crea... 阅读全文
摘要:
http://www.zhangxinxu.com/wordpress/2011/11/css3-prefixfree-js-animatable/http://leaverou.github.io/animatable/Animatable: One property, two values, e... 阅读全文