html中点击列表文字弹出提示框?1、使用onfocus事件检查当前值,如果是默认值,就将value属性置空.如:<input type="text" value="请输入内容" onfocus="javascr2023-03-02html-css210