一个JavaScript继承的实现

2019-06-03 17:29:56于丽

destination.prototype.prototype = destination.prototype.parent = source.prototype;

return destination;