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.
目前,Chrome 中的占位符显示为“日期/月份/年份”,我如何强制执行自己的占位符属性?
<input type="date" name="date" value="" class="date" size="40" placeholder="Delivery Date (dd/mm/yy)*">
date- 的输入元素不支持placeholder 属性type。
type