blob: f36a2ceb9e08ea62a85aec73c9b4ceb3d69557b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
title: Prototype
slug: Glossary/Prototype
tags:
- Inheritance_and_the_prototype_chain
- Prototype
- __proto__
- 维基百科
translation_of: Glossary/Prototype
---
<p>原型是一种在开发生命周期的早期显示应用程序或产品的外观和行为的模型。</p>
<p>请参见 <a href="/zh-CN/docs/Web/JavaScript/Inheritance_and_the_prototype_chain">继承和原型链</a> </p>
<h2 id="了解更多">了解更多 </h2>
<h3 id="基本知识">基本知识</h3>
<ul>
<li>{{Interwiki("wikipedia", "Software Prototyping")}} 维基百科</li>
</ul>
|