现在处理的主要是手机端的placeholder颜色变化。
<input type=
"text"
value=
"placeholder内容"
onfocus=
"this.style.color=‘#000‘;
this.value=‘‘;"
style=
"color: #f00;"
/>
可以设置placeholder颜色,但这个方法存在的缺陷是利用value值来进行placeholder颜色设置,不利于一开始判断value的值是否非空。
时间: 2024-11-10 15:29:01