簡體   English   中英

母版頁的問題

[英]Problems with Master Page

我已經學習 JavaScript 一個星期了,因為我已經掌握了一些 CSS 和 HTML 知識,所以我試圖制作一個簡單的頁面,其中包含通過按下按鈕來更改正文的背景圖片的選項。 我知道如何通過將主體作為變量來做到這一點。 但是,我知道如何執行“document.getElementByTagName”,但我使用母版頁,這意味着 HTML 代碼的開頭沒有body標記。 我能做些什么來解決這個問題?

document.querySelector('body') // will take the first catch of a tag
document.querySelector('.class') // will take the first catch of a class
document.querySelector('#id') // will get the exact id
document.querySelector('[name="first_name"]') // will get the first catch of a custom or existing property as name

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM