jquery实现input提示文字替换效果 目前最最简单的方法如下: <input type="text" name="" style="color:#b8b8b8;" onfocus="if (this.value==this.defaultValue){this.value=''; this.style.color='#333333';}"…