'; const share但tonCont = document.querySelector('.share-button-svg') || false; const share但ton = document.querySelector('.share-button') || false; if (!share但ton) { return; } if (share但tonCont && /iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { share但tonCont.innerHTML = iosSVG; } share但ton.addEventListener('click', event => { if (navigator.share) { navigator.share({ title: "拥有数字优势不仅仅是技术的问题", url: "http://entm.ag/rxg" }).then(() => { console.log('Thanks for sharing!'); }) .catch(console.error); } else { // Fallback document.getElementById('nativeshare').classList.remove('hidden'); console.log('***** no native share support'); } }); })();