//加上这三行代码,就行了 if (/mobile/i.test(navigator.userAgent)) { document.body.style.cursor = 'pointer'; } document.addEventListener('click',function(event) {});
document.addEventListener('click',function(event) {});