Rumah >hujung hadapan web >html tutorial >通过js增加style中某个样式的值_html/css_WEB-ITnose
document.form1.select1.style.height+=parseInt(document.form1.select1.style.height)+4
谢谢楼上的, 已经搞定,应该是这样的:document.form1.select1.style.height=parseInt(document.form1.select1.style.height)+4,楼上多了个+,感谢感谢!