禁止input框在手机端弹出自带键盘

document.getElementById("dateS").onclick = function() {
        document.activeElement.blur();
    };
原文地址:https://www.cnblogs.com/mmzuo-798/p/12264241.html