&nb"> 为什么不能通过getElementsTagName的方式改变文本的颜色?-PHP Chinese Network Q&A
为什么不能通过getElementsTagName的方式改变文本的颜色?
看透不说透
看透不说透 2016-12-20 13:47:58
0
3
1140

试了getElementsByName和getElementsByTagName都不行,只有getElementById可以,比如下面的例子

      
慕课网

看透不说透
看透不说透

reply all (3)
数据分析师

Why can’t I change the color of text through getElementsTagName? -PHP Chinese website Q&A-Why can't I change the color of text through getElementsTagName? -PHP Chinese website Q&A

Please watch and learn.

    王者之路

    getElementsByTagName获取的是数组。数组不能直接用style属性来设置的,用colour[0].style.color="red";可以实现


      迷茫

      getElementsByName和getElementsByTagName获取的是一个由dom元素组成的数组。数组是无法直接用style属性来设置的,得先循环遍历这个数组,一项项取得dom元素再赋予style属性

        Latest Downloads
        More>
        Web Effects
        Website Source Code
        Website Materials
        Front End Template
        About us Disclaimer Sitemap
        php.cn:Public welfare online PHP training,Help PHP learners grow quickly!