Welcome

首页 / 脚本样式 / CSS / 用css实现隐藏文本框

方法1 本来的文本框是
<input type="text" value="" />
加上
<input type="text" value="" style="display:none;" />

方法2 
<input type="hidden" />