是不是因为内联元素的原因,无法修改宽高 function checkWH(){ txt.style.width=30; txt.style.height=50; }
就你发出的代码的问题是缺少冒号、缺少距离单位。