设置文本框的背景色 : textFild.style.backgroundColor = '#E8E8E8' ;
设置文本框的框 : textFild.style.border = '1px solid #7F9DB9' ;
本文介绍了如何使用样式属性来设置文本框的背景颜色及边框样式,包括具体的代码实现。
设置文本框的背景色 : textFild.style.backgroundColor = '#E8E8E8' ;
设置文本框的框 : textFild.style.border = '1px solid #7F9DB9' ;

被折叠的 条评论
为什么被折叠?