<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<button id="redBtn">紅色</button>
<button id="blueBtn">藍色</button>
<button id="greenBtn">綠色</button>
<button id="offBtn">取消</button>
<script>
// 獲取之前頁面保存的值
var color = window.localStorage.getItem('color')
// 首先要判斷一下color有沒有值 如果有值我們就直接設(shè)置
if (color) {
document.body.style.background = color
}
// 首先給頁面設(shè)置顏色
redBtn.onclick = function () {
// 設(shè)置背景顏色
document.body.style.background = 'red'
// 保存顏色的值到瀏覽器中
window.localStorage.setItem('color', 'red')
}
blueBtn.onclick = function () {
// 設(shè)置背景顏色
document.body.style.background = 'blue'
// 保存顏色的值到瀏覽器中
window.localStorage.setItem('color', 'blue')
}
greenBtn.onclick = function () {
// 設(shè)置背景顏色
document.body.style.background = 'green'
// 保存顏色的值到瀏覽器中
window.localStorage.setItem('color', 'green')
}
offBtn.onclick = function () {
// 設(shè)置背景顏色
document.body.style.background = 'none'
// 當我們點擊取消的時候要刪除掉我們保存的值
window.localStorage.removeItem('color')
}
</script>
</body>
</html>
北京市人力資源和社會保障局、北京市人才工作局近日發(fā)布了關(guān)于印發(fā)《北京市境外職業(yè)資格認可目錄(3.0版)》的通知,新版目錄境外職業(yè)資格清單...詳情>>
2023-09-07 17:27:00怎么選擇靠譜的短視頻運營培訓機構(gòu)?5G時代的來臨,短視頻作為新媒體中最為主流的內(nèi)容更加方便用戶瀏覽觀看信息,因此抖音、快手這類的短視頻平...詳情>>
2023-09-07 15:05:06全媒體短視頻運營好就業(yè)么?現(xiàn)在學習互聯(lián)網(wǎng)運營可不能只會單個的運營技術(shù),企業(yè)更喜歡全能型人才。如今的互聯(lián)網(wǎng)世界有多種平臺,新媒體、短視頻...詳情>>
2023-09-07 14:49:25短視頻運營培訓機構(gòu)有用嗎?短視頻的火熱,催生了一大批的網(wǎng)絡(luò)紅人、網(wǎng)紅賬號,這些短視頻賬號通過實現(xiàn)粉絲流量變現(xiàn),獲得了非常豐厚的收入,自...詳情>>
2023-09-06 13:49:12大數(shù)據(jù)分析就業(yè)高薪崗位介紹?大數(shù)據(jù)行業(yè)是一個快速發(fā)展的行業(yè),其主要特征是數(shù)據(jù)規(guī)模龐大、種類多樣、處理復(fù)雜。目前,大數(shù)據(jù)行業(yè)已經(jīng)成為全球...詳情>>
2023-09-06 13:42:47