摘要:
翻译自github上的reflux项目,链接:https://github.com/reflux/refluxjs 〇、安装及引入 安装: 引入: 或 一、Overview概览 The main function of Reflux is to introduce a more functional 阅读全文
摘要:
一、原型链(默认) function Person(){}; function Student(){}; Student.prototype = new Person(); Student.prototype.constructor = Student; 缺点:1、传参怎么搞 ? 2、new Per 阅读全文