把这个记下来,主要是因为这里的 defaultValue 我之前竟然不知道
<input type="text" value="提示内容" onFocus="if(value==defaultValue){value='';this.style.color='#000'}" onBlur="if(!value){value=defaultValue;this.style.color='#999'}" style="color:#999;" />