MediaWiki:Giftcode.js:修订历史

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2024年8月5日 (星期一)

  • 当前之前 14:132024年8月5日 (一) 14:13沐沐汐汐 讨论 贡献 333字节 +333 创建页面,内容为“console.log('test1'); $("table .copyBtn").click(function () { let index = $("table .copyBtn").index(this); let preArray = $("table pre"); let preEle = preArray[index]; window.getSelection().selectAllChildren(preEle); document.execCommand("Copy"); alert("复制成功,可直接粘贴分享"); }); console.log('test2');”