function copyText() { var text = document.title.substr(0, 6); // 获取标题前6位文字 navigator.clipboard.writeText(text); // 将文字复制到剪贴板 }

// 添加书签 javascript:(function(){var%20text=document.title.substr(0,6);navigator.clipboard.writeText(text);})()

JavaScript复制网页6位文字,在书签栏可以使用

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

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