如题详述: HTML5控件, <input type="date" id="time" value="" />,通过js给表单设置时间并显示,我的写法:方法一:document.getElementById('time').setAttribute('value', '2017-11-09');或者方法二:$('#time').val('2017-11-09');在手机端测试iOS或Android,不是chrome或Safari(因为浏览器都能正常显示)。方法一竟然不能显示,而方法二却可以显示。这种特性也真是奇葩了,你么碰到过了吗?
添加回答
举报
0/150
提交
取消