亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

目錄 搜索
導(dǎo)論 前言 為什么學(xué)習(xí)JavaScript JavaScript的歷史 基本語法 語法概述 數(shù)值 字符串 對象 數(shù)組 函數(shù) 運算符 數(shù)據(jù)類型轉(zhuǎn)換 錯誤處理機制 JavaScript 編程風(fēng)格 標(biāo)準庫 Object對象 包裝對象和Boolean對象 Number對象 String對象 Math對象 Date對象 RegExp對象 JSON對象 ArrayBuffer:類型化數(shù)組 面向?qū)ο缶幊?/a> 概述 封裝 繼承 模塊化編程 DOM Node節(jié)點 document節(jié)點 Element對象 Text節(jié)點和DocumentFragment節(jié)點 Event對象 CSS操作 Mutation Observer 瀏覽器對象 瀏覽器的JavaScript引擎 定時器 window對象 history對象 Ajax 同域限制和window.postMessage方法 Web Storage:瀏覽器端數(shù)據(jù)儲存機制 IndexedDB:瀏覽器端數(shù)據(jù)庫 Web Notifications API Performance API 移動設(shè)備API HTML網(wǎng)頁元素 Canvas API SVG 圖像 表單 文件和二進制數(shù)據(jù)的操作 Web Worker 服務(wù)器發(fā)送事件 Page Visibility API Fullscreen API:全屏操作 Web Speech requestAnimationFrame WebSocket WebRTC Web Components HTML網(wǎng)頁的API HTML網(wǎng)頁元素 Canvas API SVG 圖像 表單 文件和二進制數(shù)據(jù)的操作 Web Worker 服務(wù)器發(fā)送事件 Page Visibility API Fullscreen API:全屏操作 Web Speech requestAnimationFrame WebSocket WebRTC Web Components 開發(fā)工具 console對象 PhantomJS Bower:客戶端庫管理工具 Grunt:任務(wù)自動管理工具 Gulp:任務(wù)自動管理工具 Browserify:瀏覽器加載Node.js模塊 RequireJS和AMD規(guī)范 Source Map JavaScript 程序測試 JavaScript高級語法 Promise對象 有限狀態(tài)機 MVC框架與Backbone.js 嚴格模式 ECMAScript 6 介紹 附錄 JavaScript API列表
文字

Array

  • Array.prototype.push()

  • Array.prototype.slice()

console

  • console.log()

Date

  • Date.now()

  • Date.parse()

  • Date.prototype.getDate()

  • Date.prototype.getDay()

  • Date.prototype.getFullYear()

  • Date.prototype.getHours()

  • Date.prototype.getMiliseconds()

  • Date.prototype.getMinutes()

  • Date.prototype.getMonth()

  • Date.prototype.getSeconds()

  • Date.prototype.toDateString()

  • Date.prototype.toLocaleDateString()

  • Date.prototype.toLocaleString()

  • Date.prototype.toString()

  • Date.prototype.setDate()

  • Date.prototype.setFullYear()

  • Date.prototype.setHours()

  • Date.prototype.setMilliseconds()

  • Date.prototype.setMinutes()

  • Date.prototype.setMonth()

  • Date.prototype.setSeconds()

  • Date.prototype.setTime()

  • Date.UTC()

document

  • document.getElementByID()

  • document.getElementsByClassName()

  • document.getElementsByTagName()

  • document.querySelectorAll()

navigator

  • navigator.appName

  • navigator.appVersion

  • navigator.registerProtocolHandler()

Object

  • Object.getOwnPropertyNames()

  • Object.keys()

  • Object.prototype.hasOwnProperty()

String

  • String.prototype.replace()

jQuery

  • jQuery.now()

Node.js

  • child_process.exec()

  • child_process.execFile()

  • process.versions

  • process.arch

  • process.platform

  • util.inherits()


上一篇: 下一篇: