jQuery第四章知識點
JavaScript中的基本資料型別 number(數值型別) string(字串型別) boolean(布林型別) null(空型別) undefined(未定義型別) object
什麼是物件導向 物件導向僅僅是一個概念或者程式設計思想 通過一種叫做原型的方式來實現物件導向程式設計
物件是包含相關屬性和方法的集合體 屬性 方法
常見的內建物件 String(字串)物件 Date(日期)物件 Array(陣列)物件 Boolean(邏輯)物件 Math(算數)物件 RegExp物件
呼叫構函式的4個步驟 建立一個新物件 將建構函式的作用域賦給新物件(this就指向了這個新物件) 執行建構函式中的程式碼 返回新物件
一個原型物件是另一個原型物件的例項 相關的原型物件層層遞進,就構成了例項與原型的鏈條,就是原型鏈
呼叫man1.getFoot( ) 經歷的三個步驟 搜尋例項 搜尋Man.prototype 搜尋Humans.prototype
組合繼承:有時也叫做偽經典繼承 將原型鏈和借用建構函式的技術組合到一塊,發揮二者之長的一種繼承模式 使用原型鏈實現對原型屬性和方法的繼承,而通過借用建構函式來實現對例項屬性的繼承
相關文章
- jQuery 知識點總結jQuery
- jQuery面試知識點整理jQuery面試
- jQuery 個人學習知識點jQuery
- jquery主要知識點(精簡)jQuery
- jQuery第五章知識點jQuery
- jQuery第七章知識點jQuery
- jQuery第二章知識點jQuery
- 【jQuery實戰知識點總結】jQuery
- jquery學習之重要知識點jQuery
- Jquery的一些知識點jQuery
- jQuery第三章知識點jQuery
- jQuery第六章知識點jQuery
- jQuery第一章知識點jQuery
- [jQuery知識]jQuery之知識三-過濾器jQuery過濾器
- C++篇:第四章_函式_知識點大全C++函式
- web前端javascript+jquery知識點總結Web前端JavaScriptjQuery
- 5張思維導圖,jQuery知識點梳理jQuery
- jQuery常用的一些知識點總結jQuery
- JQuery知識總結jQuery
- Jquery基礎知識jQuery
- 知識點
- jquery.form.js知識jQueryORMJS
- linux知識知識點總結Linux
- Promise知識點Promise
- 面試知識點面試
- Laravel 知識點Laravel
- 通用知識點
- 前端知識點前端
- ajax知識點
- rabbitmq 知識點MQ
- Redis知識點Redis
- SQL知識點(+)SQL
- JavaWeb知識點JavaWeb
- MySQL知識點MySql
- 知識點——terms
- Weex 知識點
- mybatis知識點MyBatis
- SASS知識點