为了账号安全,请及时绑定邮箱和手机立即绑定

显示这行代码出错了?att.setAttribute("class","one");

<button  id = "id" type="button" name="a">你好,我是宝宝</button>

<script>

    var att = document.getElementsByName("a");

    att.setAttribute("class","one");

</script>

<style>

    .one{

        color: red;

    }


正在回答

1 回答

<button  id = "id" type="button" name="a" onclick="fun1">你好,我是宝宝</button>

<script>

    function fun1(){

        var att = document.getElementsByName("a");

        att.setAttribute("class","one");

    }

</script>

<style>

    .one{

        color: red;

    }


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

显示这行代码出错了?att.setAttribute("class","one");

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信