<input value="please input your name" onFocus="if(value==defaultValue){value=‘‘;this.style.color=‘#000‘}" onBlur="if(!value){value=defaultValue; this.style.color=‘#999‘}" style="color:#999" ng-model="owner_name" id="owner" />
时间: 2024-11-09 21:57:26