摘要: 先使其 type 为 text,此时支持 placeholder,当触摸或者聚焦的时候,使用 JS 切换使其触发 datepicker 功能。<input placeholder="选择日期" type="text" onfocus="(this.type='date')" id="joinDate 阅读全文
posted @ 2018-02-07 11:08 小灰狼先生 阅读(703) 评论(0) 推荐(0) 编辑