Skip to content

JS 创建对象的方式有哪些?

Posted on:2024年8月23日 at 05:13

以下是创建对象的主要方法:

1. 对象字面量(Object Literal)

2. 构造函数(Constructor Function)

3. Object.create 方法

4. 类(Class)

5. Object 构造函数

6. 工厂函数(Factory Function)

原文转自:https://fe.ecool.fun/topic/b4fc9495-91fc-4903-aab7-66a563637c1d