摘要:
function copy(){ var Url2=document.getElementById("copyValue"); Url2.select(); document.execCommand("Copy"); alert("复制成功");} 阅读全文
posted @ 2016-11-23 16:47
phpben
阅读(1246)
评论(0)
推荐(0)
|
摘要:
function copy(){ var Url2=document.getElementById("copyValue"); Url2.select(); document.execCommand("Copy"); alert("复制成功");} 阅读全文
posted @ 2016-11-23 16:47
phpben
阅读(1246)
评论(0)
推荐(0)
|