使用Object构造函数和对象字面量都可以创建单个对象,缺点:使用一个借口创建很多对象,会产生很多重复性代码。
1.工厂模式
1 | function createPerson(name, age, job){ |
工厂模式创建多个相似对象,缺点:无法标识其类型
使用Object构造函数和对象字面量都可以创建单个对象,缺点:使用一个借口创建很多对象,会产生很多重复性代码。
1 | function createPerson(name, age, job){ |
工厂模式创建多个相似对象,缺点:无法标识其类型
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server