<!DOCTYPE html>
<html>
<head>
    <title>Copy Text</title>
    <script>
        function copyText(text) {
            navigator.clipboard.writeText(text).then(function() {
                ;
            }, function() {
                alert("Unable to copy text!");
            });
        }
    </script>
</head>
<body>
    <a href="https://www.baidu.com" target="_blank" onclick="copyText('a')">A</a>
    <a href="https://www.52pojie.cn" target="_blank" onclick="copyText('b')">B</a>
    <a href="https://www.360.com" target="_blank" onclick="copyText('c')">C</a>
</body>
</html
!DOCTYPE htmlhtmlhead titleCopy Texttitle script function copyTexttext navigatorclipboardwriteTexttextthenfunction ; function alert

原文地址: http://www.cveoy.top/t/topic/iKeD 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录