blob: 94f5b421b80c488d2928f2448d0f3f490442b37d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
title: 原型
slug: Glossary/Prototype
translation_of: Glossary/Prototype
---
<p>原型(prototype)是在開發早期表現應用程式外觀或行為的模型。</p>
<p>請詳見<a href="/zh-TW/docs/Web/JavaScript/Inheritance_and_the_prototype_chain">繼承與原型鍊</a>(Inheritance and the prototype chain)。</p>
<h2 id="深入理解">深入理解</h2>
<h3 id="一般知識">一般知識</h3>
<ul>
<li>維基百科的{{Interwiki("wikipedia", "軟體原型")}}</li>
</ul>
|