顯示隱藏文字內容 2020 11 20

2021-10-10 17:00:35 字數 782 閱讀 4993

自學js,錯誤案例

value可得到屬性值或者更改屬性值

判斷value值是否為空,所以用===

<

!doctype

html

>

"content-type" content=

"text/html; charset=utf-8"

/>

input

<

/style>

<

/head>

1:value可得到屬性值或者更改屬性值 --

>

"text" value=

"手機"

>

// 獲取元素

var text = document.

queryselector

('input');

// 註冊事件

text.

onfocus

=function()

this

.style.color =

'#333';1

;需要用 錯誤案例this

.style.color=#999;2

:需要指明元素新增,this;}

text.

onblur

=function()

this

.style.color = '#999;}

<

/script>

<

/body>

<

/html>

JS案例 顯示隱藏文字框內容

doctype html en utf 8 viewport content width device width,initial scale 1.0 x ua compatible content ie edge document title input style head text value...

顯示 隱藏 隱藏檔案

顯示隱藏檔案 開啟終端,輸入命令 該命令將finder的隱藏檔案顯示出來,並重新啟動finder。隱藏隱藏檔案 開啟終端,輸入命令 該命令將finder的隱藏檔案隱藏出來,並重新啟動finder。顯示以.開頭的檔案 在finder中,按快捷鍵command shift 可以顯示隱藏檔案 資料夾,再按...

css元素的顯示及隱藏 文字隱藏

1 元素的顯示及隱藏 1 實現方式 display visibility overflow 2 display 元素的隱藏 display none 1 結論 元素本身還在dom中,只是隱藏而已 2 元素是不佔位置的 元素的顯示 display block 1 結論 display block可以讓...