function checkSupportH5Date(){ var i = document.createElement("input"); i.setAttribute("type","date"); return i.type !== "text"; }
时间: 2024-12-20 01:44:03
function checkSupportH5Date(){ var i = document.createElement("input"); i.setAttribute("type","date"); return i.type !== "text"; }