aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/object
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
commit218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (patch)
treea9ef8ac1e1b8fe4207b6d64d3841bfb8990b6fd0 /files/zh-tw/glossary/object
parent074785cea106179cb3305637055ab0a009ca74f2 (diff)
downloadtranslated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.gz
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.bz2
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.zip
initial commit
Diffstat (limited to 'files/zh-tw/glossary/object')
-rw-r--r--files/zh-tw/glossary/object/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/object/index.html b/files/zh-tw/glossary/object/index.html
new file mode 100644
index 0000000000..b6e4fdc39d
--- /dev/null
+++ b/files/zh-tw/glossary/object/index.html
@@ -0,0 +1,18 @@
+---
+title: 物件
+slug: Glossary/Object
+tags:
+ - Glossary
+translation_of: Glossary/Object
+---
+<p><a href="/zh-TW/docs/Web/JavaScript/Reference/Global_Objects/Object">物件</a>(Object)是一個包含資料與處理資料指令的資料結構。物件有時是指真實世界的東西,像是賽車遊戲的車子 <code>car</code> 或地圖 <code>map</code> 物件。{{glossary("JavaScript")}}、Java、C++、Python、Ruby 都是 {{glossary("OOP","物件導向程式設計")}} 的語言例子。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<h3 id="基本知識">基本知識</h3>
+
+<ul>
+ <li>維基百科上的{{Interwiki("wikipedia", "物件導向程式設計")}}</li>
+ <li><a href="/zh-TW/docs/Web/JavaScript/Reference">JavaScript參考文件</a>裡的{{jsxref("Object")}}</li>
+ <li><a href="https://developer.mozilla.org/zh-TW/docs/Web/JavaScript/Data_structures#Objects">Object data structures in JavaScript</a></li>
+</ul>