Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望使用 HTML5 DATE 中的新输入属性,只有一个问题,在项目的逻辑中,用户必须可以选择删除该值,但我看不到,如何在此输入上设置空值
假设您要将值显示为dd/mm/yyyy,然后单击Clear按钮。
dd/mm/yyyy
Clear
在 Chrome 上的 HTML5 中,日期选择器弹出窗口底部有一个“清除”按钮(在“今天”旁边)
<input type="date" value="">
<input type="date" name="NameItAnythingYouWant" value="">