法一: html { -webkit-user-select: none; } 法二: div { pointer-events: none; } 法三: window.ontouchstart = function(e) { e.preventDefault(); };
法一:
法二:
法三: