js裡document的用法
document.write() //動態向頁面寫入內容
document.createElement(Tag) //建立一個html標籤物件
document.getElementById(ID) //獲得指定ID值的物件
document.getElementsByName(Name) //獲得指定Name值的物件
document.fileSize//檔案大小,只讀屬性
document.body.appendChild(oTag)//向節點新增最後一個子節點
document.body //指定文件主體的開始和結束等價於
document.body.bgColor //設定或獲取物件後面的背景顏色
document.body.topMargin //頁面上邊距
document.body.leftMargin //頁面左邊距
document.body.rightMargin //頁面右邊距
document.body.bottomMargin //頁面下邊距
document.body.background //背景圖片
document.body.appendChild(oTag) //動態生成一個HTML物件
document.body.οnclick=”func()” //滑鼠指標單擊物件是觸發
document.body.οnmοuseοver=”func()” //滑鼠指標移到物件時觸發
document.body.οnmοuseοut=”func()” //滑鼠指標移出物件時觸發
document.linkColor//未點選過的連結顏色
doucment.alinkColor//滑鼠在此連結上的顏色
document.vlinkColor//已點選過的連結顏色
document.images //對應頁面上的img標籤
document.images.length //對應頁面上img標籤的個數
document.images[0] //第1個img標籤
document.images[i] //第i-1個img標籤
建立一個圖象
var oImage
oImage = new Image()
document.images.oImage.src=”1.jpg”
同時在頁面上建立一個img /標籤與之對應就可以顯示
相關文章
- (function($,window,document){.......})用法Function
- document.cookie 用法Cookie
- document.documentElement.style用法
- js中的this用法JS
- JS Object的用法JSObject
- Qdrant用法;Qdrant在langchain裡的用法LangChain
- js中的||與&&用法JS
- JS 陣列的用法JS陣列
- js之reduce的最全用法JS
- JS裡的thisJS
- document load 和 document ready 的區別
- document load 和document ready的區別?
- SAP QM 如何在SAP系統裡審批掛在Quality Notification裡的document?
- Datetimepicker.js用法JS
- js中try和catch的用法JS
- JS中的!=、== 、!==、=== 的用法和區別JS
- JavaScript 裡三個點 ... 的用法JavaScript
- Kubernetes裡的secret最基本的用法
- Java裡的Character類的基本用法Java
- CSS裡的BFC和IFC的用法CSS
- JS裡的ArrayJS
- 你不知道的document和document.documentElement
- JavaScript 裡 window, document, screen, body 這幾個名詞的區別JavaScript
- document模型裡為什麼只有評論數字段模型
- js陣列的一些用法JS陣列
- js中!和!!的區別與用法JS
- js 新增事件 attachEvent 和 addEventListener 的用法JS事件dev
- JS中排序的用法和例項JS排序
- commander.js基本用法JS
- document,document.documentElement區別
- 在nodejs環境裡使用瀏覽器環境下的document物件NodeJS瀏覽器物件
- js動態往div裡新增按鈕的兩種方式以及jQuery中$.each的用法詳解JSjQuery
- JS/TS 的 import 和 export 用法小結JSImportExport
- JS中的九個console命令以及用法JS
- Vue.js中 watch 的高階用法Vue.js
- 一文搞懂js中的typeof用法JS
- Node.js 應用 peer dependency 的用法Node.js
- [提問交流]新手求助啊get_document_model方法在哪裡定義的?