摘要:
```
//继承
function inherits(ctor,superCtor){ ctor.super_ = superCtor; ctor.prototype = Object.create(superCtor.prototype,{ constructor : { value : ctor, emumerable : false, writable : true... 阅读全文
posted @ 2016-05-07 22:17
IT-caijw
阅读(200)
评论(0)
推荐(0)
浙公网安备 33010602011771号