html的input默认值点进去的时候消失怎么设置 日期:2017-03-06 21:56:59 人气:1 html的input默认值点进去的时候消失怎么设置 使用onfocus事件检查当前值,如果是默认值,就将value属性置空. 如: