JavaScript Objects JS對象 Earlier in this tutorial we have seen that JavaScript has several built-in objects, like Strin " /> jizjizjiz亚洲人,羞羞视频免费观看,伊人a.v在线

一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

JS 建立對象的方法

Objects are useful to organize information.
對于組織信息來講對象是非常有用的 

JavaScript Objects
JS對象
Earlier in this tutorial we have seen that JavaScript has several built-in objects, like String, Date, Array, and more. In addition to these built-in objects, you can also create your own.
在教程的前面部分我們已經看過JS有一些內置的對象,像String,Date,Array和更多一些。除此之外我們可以建立屬于自己的對象。

An object is just a special kind of data, with a collection of properties and methods.
對象是特殊的數據,有著相關的一系列屬性和方法。

Let's illustrate with an example: A person is an object. Properties are the values associated with the object. The persons' properties include name, height, weight, age, skin tone, eye color, etc. All persons have these properties, but the values of those properties will differ from person to person. Objects also have methods. Methods are the actions that can be performed on objects. The persons' methods could be eat(), sleep(), work(), play(), etc.
讓我們說明一個例子:一個人為一個對象。屬性就是與對象關聯的值。人的屬性包含名字,身高,體重,年齡,膚色,眼睛的顏色等等。所有人都有這些屬性,但是值卻可能人與人都不同。對象還有方法。方法就是對象的動作行為。人的方法就可以是eat()[吃],sleep()[睡覺],work()[工作]等等。

Properties屬性
The syntax for accessing a property of an object is:
關聯一個對象的屬性語法為:

objName.propName 

You can add properties to an object by simply giving it a value. Assume that the personObj already exists - you can give it properties named firstname, lastname, age, and eyecolor as follows:
你可以通過賦值來給對象添加屬性。假設personObj已經存在 - 你可以給對象添加姓和名以及下面的年紀和眼睛顏色:

personObj.firstname="John"

personObj.lastname="Doe"
personObj.age=30
personObj.eyecolor="blue"document.write(personObj.firstname) 

The code above will generate the following output:
上面的代碼就會輸出:

John 

Methods方法
An object can also contain methods.
一個對象還可以包括方法

You can call a method with the following syntax:
你可以用下面的語法來調用一個方法:

objName.methodName() 

Note: Parameters required for the method can be passed between the parentheses.
方法所需要的參數寫在括號之間

To call a method called sleep() for the personObj:
為personObj對象調用一個sleep()方法

personObj.sleep() 


--------------------------------------------------------------------------------

Creating Your Own Objects
建立你自己的對象
There are different ways to create a new object:
建立新的對象有兩種不同的方法

1. Create a direct instance of an object
直接建立

The following code creates an instance of an object and adds four properties to it:
下面的代碼可以直接建立一個對象并給它加上四個屬性:

personObj=new Object()
personObj.firstname="John"

personObj.lastname="Doe"
personObj.age=50
personObj.eyecolor="blue" 

Adding a method to the personObj is also simple. The following code adds a method called eat() to the personObj:
給對象建立一個方法也十分的簡單。下面的代碼就加了一個eat()方法

personObj.eat=eat 

2. Create a template of an object
建立一個對象模塊

The template defines the structure of an object:
模塊定義對象的構架

function person(firstname,lastname,age,eyecolor)
{
this.firstname=firstname
this.lastname=lastname
this.age=age
this.eyecolor=eyecolor


Notice that the template is just a function. Inside the function you need to assign things to this.propertyName. The reason for all the "this" stuff in is that you're going to have more than one person at a time (which person you're dealing with must be clear). That's what "this" is: the instance of the object at hand.
注意模塊只是一個函數,函數里面你需要給this.propertyName分配東西。所有都是"this"的原因是你接下來會一下子有不止一個person(是哪個person你必須清楚)。

Once you have the template, you can create new instances of the object, like this:
一旦你有了模塊,你就可以這樣直接建立新的對象了:

myFather=new person("John","Doe",50,"blue")
myMother=new person("Sally","Rally",48,"green") 

You can also add some methods to the person object. This is also done inside the template:
你也可以加一些方法給person對象,這也可以在模塊里完成:

function person(firstname,lastname,age,eyecolor)
{
this.firstname=firstname
this.lastname=lastname
this.age=age
this.eyecolor=eyecolorthis.newlastname=newlastname


Note that methods are just functions attached to objects. Then we will have to write the newlastname() function:
注意,這個方法只是對象的附加函數,接下來我們將必須寫入newlastname()函數

function newlastname(new_lastname)
{
this.lastname=new_lastname


The newlastname() function defines the person's new last name and assigns that to the person. JavaScript knows which person you're talking about by using "this.". So, now you can write: myMother.newlastname("Doe").
newlastname()函數定義了person的新last name并分配給了person。使用"this"的話JS會明白你在描述哪個person。所以現在你可以寫:myMother.newlastname("Doe") 

JavaScript技術JS 建立對象的方法,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 9l国产精品久久久久麻豆 | 日本伊人色综合网 | 久久久精品久久久久久久久久久 | 日韩有色 | 欧美日本高清一本二本三本 | 欧美美女视频网站 | 色99视频| 国产在线播放一区 | 国产精品猎奇系列在线观看 | 国产免费69成人精品视频 | 怡红院一区 | 国产精品久久久99 | 伊人久久精品成人网 | 欧美一区二区三区婷婷月色 | 国产视频二区 | 好吊妞视频在线观看 | a级国产乱理论片在线观看 a级国产乱理论片在线观看看 | 国产免费69成人精品视频 | 国产精品国内免费一区二区三区 | 2022年国产精品久久久久 | 深夜影院深a入口 | 国产v精品成人免费视频71sao | 91精品国产91热久久p | 久久成人精品 | 一区二区成人国产精品 | 亚洲一区二区三区高清 | 高清一区二区三区免费 | 亚洲国产小视频 | 国产呦精品一区二区三区网站 | 亚洲免费h | 成人午夜精品视频在线观看 | 伊人色播 | 在线观看永久免费 | 免费99视频有精品视频高清 | 91网站免费在线观看 | 国产精品久久久久久一级毛片 | 日韩午夜精品 | 最近中文字幕完先锋资源 | 国产综合久久久久久鬼色 | 在线观看视频一区二区 | 激情欧美一区二区三区中文字幕 |