单击事件挺好玩

Original 2019-02-18 11:11:01 206
abstract:function dip(y){    y.style.background='red'    y.style.borderRadius="50px"    y.style.width='200px'    y.style.height="200px&quo

function dip(y){

    y.style.background='red'

    y.style.borderRadius="50px"

    y.style.width='200px'

    y.style.height="200px"

    y.style.fontSize='30px'



}


</script>

<!-- 姓名:<input type="text" name="" onfocus="text1(this)"> -->

<div style="width:100px;height:100px;border:1px solid #000" onclick="dip(this)" ="">111</div>


Correcting teacher:天蓬老师Correction time:2019-02-18 11:34:12
Teacher's summary:你的代码根本没有写完吧,请补充完整, 再提交一次, 这次就先过

Release Notes

Popular Entries