js 원 키 복사 및 위 챗 클 라 이언 트 조정

778 단어 js
   

      function copyUrl(){         var input = document.getElementById("tid");         input.select();         input.setSelectionRange(0, input.value.length), document.execCommand('Copy');         var locatUrl = "weixin://";         if (/ipad|iphone|mac/i.test(navigator.userAgent)) {             var ifr = document.createElement("iframe");             ifr.src = locatUrl;             ifr.style.display = "none";             document.body.appendChild(ifr);         }else{               window.location.href = locatUrl;         }     }

애플 5S 폰 (8.4.1 시스템) 은 여전히 문제 가 있다.

좋은 웹페이지 즐겨찾기