摘要:
1 function Container(properties) { 2 for (var property in properties) { 3 (function () { 4 var item = properties[property]; 5 this["get" + property] = function () { return item; }; 6 this["set" + property] = fun... 阅读全文
posted @ 2013-12-09 17:06
魔狼再世
阅读(478)
评论(0)
推荐(0)

浙公网安备 33010602011771号