<!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">藍(lán)色</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'
            // 當(dāng)我們點(diǎn)擊取消的時(shí)候要?jiǎng)h除掉我們保存的值
            window.localStorage.removeItem('color')
        }
    </script>
</body>
</html>
                  北京市人力資源和社會(huì)保障局、北京市人才工作局近日發(fā)布了關(guān)于印發(fā)《北京市境外職業(yè)資格認(rèn)可目錄(3.0版)》的通知,新版目錄境外職業(yè)資格清單...詳情>>
2023-09-07 17:27:00
                  怎么選擇靠譜的短視頻運(yùn)營培訓(xùn)機(jī)構(gòu)?5G時(shí)代的來臨,短視頻作為新媒體中最為主流的內(nèi)容更加方便用戶瀏覽觀看信息,因此抖音、快手這類的短視頻平...詳情>>
2023-09-07 15:05:06
                  全媒體短視頻運(yùn)營好就業(yè)么?現(xiàn)在學(xué)習(xí)互聯(lián)網(wǎng)運(yùn)營可不能只會(huì)單個(gè)的運(yùn)營技術(shù),企業(yè)更喜歡全能型人才。如今的互聯(lián)網(wǎng)世界有多種平臺(tái),新媒體、短視頻...詳情>>
2023-09-07 14:49:25
                  短視頻運(yùn)營培訓(xùn)機(jī)構(gòu)有用嗎?短視頻的火熱,催生了一大批的網(wǎng)絡(luò)紅人、網(wǎng)紅賬號(hào),這些短視頻賬號(hào)通過實(shí)現(xiàn)粉絲流量變現(xiàn),獲得了非常豐厚的收入,自...詳情>>
2023-09-06 13:49:12
                  大數(shù)據(jù)分析就業(yè)高薪崗位介紹?大數(shù)據(jù)行業(yè)是一個(gè)快速發(fā)展的行業(yè),其主要特征是數(shù)據(jù)規(guī)模龐大、種類多樣、處理復(fù)雜。目前,大數(shù)據(jù)行業(yè)已經(jīng)成為全球...詳情>>
2023-09-06 13:42:47
            
            
      
      
    
    
    
                    
                    
                    
                    
                    
                    
                    
                    
      
        
京公網(wǎng)安備 11010802030320號(hào)