现在处理的主要是手机端的placeholder颜色变化。
<input type=
"text"
value=
"placeholder内容"
onfocus=
"this.style.color='#000';
this.value='';"
style=
"color: #f00;"
/>