How to prohibit the drop-down page display page information

document.addEventListener('touchmove', function(e) {
    e.preventDefault();
}, false);

 

Guess you like

Origin www.cnblogs.com/aisowe/p/11512489.html