js 구현 복제 호 환 chrome 및 IE

985 단어
IEjs 코드:
 
  
<br>function copyUrl2() <br>{ <br>var Url2=document.getElementById("biao1"); <br>Url2.select(); // <br>document.execCommand("Copy"); // <br>alert(" , 。"); <br>} <br>



chrome JS 코드:
 
  


<br> <br>var clip = new ZeroClipboard.Client(); <br>clip.setHandCursor( true ); <br>clip.setText(' '); <br>clip.glue('button'); <br> <br>


좋은 웹페이지 즐겨찾기