$("#smsContent").focus(function(){ this.select(); });
<input name="keywords" type="text" value="关键字" onfocus="if(this.value == this.defaultValue) this.value = ‘‘" onblur="if(this.value == ‘‘) this.value = this.defaultValue">
时间: 2024-11-07 06:24:50