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 /標籤與之對應就可以顯示
相關文章
- javascript裡的document.all用法收集JavaScript
- JavaScript中document的用法JavaScript
- document.cookie 用法Cookie
- document.cookie用法Cookie
- document.doctype用法
- document.documentMode用法
- document.domain用法AI
- document.lastModified用法AST
- document.title用法
- (function($,window,document){.......})用法Function
- document.inputEncoding用法Encoding
- document.all用法詳解
- 在nodejs環境裡使用瀏覽器環境下的document物件NodeJS瀏覽器物件
- Qdrant用法;Qdrant在langchain裡的用法LangChain
- 去掉你程式碼裡的 document.write("<script...
- document.compatMode用法簡單介紹
- C#裡List的用法C#
- SAP QM 如何在SAP系統裡審批掛在Quality Notification裡的document?
- js中的this用法JS
- Seajs的用法JS
- JS Object的用法JSObject
- JS裡的thisJS
- JavaScript 裡三個點 ... 的用法JavaScript
- CSS裡的BFC和IFC的用法CSS
- Java裡的Character類的基本用法Java
- document模型裡為什麼只有評論數字段模型
- js中的||與&&用法JS
- [React]JSX的用法ReactJS
- JS 陣列的用法JS陣列
- JavaScript 裡 window, document, screen, body 這幾個名詞的區別JavaScript
- JS裡的ArrayJS
- 聊聊JS裡的thisJS
- JSONP 用法JSON
- Angular tsconfig.json 檔案裡的 paths 用法和 scoped module 定義AngularJSON
- js之reduce的最全用法JS
- document load 和 document ready 的區別
- document load 和document ready的區別?
- [提問交流]新手求助啊get_document_model方法在哪裡定義的?