摘要: function Father () { } Father.prototype.lastName = "Zhang"; function Son () { } Son.prototype = Father.prototype; function F () {} function inherit (T 阅读全文
posted @ 2019-12-21 16:37 另一场风花雪月 阅读(216) 评论(0) 推荐(0)