清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
一: <input type="text" name="textfield" value="这里是提示内容" onclick="if(value==defaultValue){value='';this.style.color='#000'}" onBlur="if(!value){value=defaultValue;this.style.color='#999'}" /> 二: <input class="text" type="email" name="email" spellcheck="false" placeholder="邮 箱" autofocus > <input class="text" type="password" name="password" placeholder="密 码" > <input class="button" type="submit" value="登 录" >