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:你的代码根本没有写完吧,请补充完整, 再提交一次, 这次就先过