<input name="name" type="text" value="提示的文字" size="30" onFocus="if(value==defaultValue){value=‘‘;this.style.color=‘#000‘}" onBlur="if(!value){value=defaultValue;this.style.color=‘#999‘}" style="color:#999" />
时间: 2025-01-16 05:07:10
<input name="name" type="text" value="提示的文字" size="30" onFocus="if(value==defaultValue){value=‘‘;this.style.color=‘#000‘}" onBlur="if(!value){value=defaultValue;this.style.color=‘#999‘}" style="color:#999" />