function checkSupportH5Date(){ var i = document.createElement("input"); i.setAttribute("type","date"); return i.type !== "text"; }
时间: 2024-10-13 21:58:17
function checkSupportH5Date(){ var i = document.createElement("input"); i.setAttribute("type","date"); return i.type !== "text"; }