Blogger Information
Blog 20
fans 0
comment 0
visits 33292
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
前段复制推广链接
陈文鹏的博客
Original
2462 people have browsed it

<script type="text/javascript">

function copyUrl() {

    var Url = document.getElementById("url1");//获取当前url1的id

    Url.select(); // 选择对象

    document.execCommand("Copy"); // 执行浏览器复制命令

    alert("已复制好,可贴粘。");//弹出框

}

</script>

<input type="text" value="www.xxx.com" id="url1" />

<input type="button" onClick="copyUrl()" value="点击复制代码" />


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post