摘要:
function copyToClipboard() { var $temp = $("<input>"); $("body").append($temp); $temp.val($('h2 > a')[0].href).select(); document.execCommand("copy"); 阅读全文
posted @ 2024-05-27 15:08
profesor
阅读(83)
评论(0)
推荐(0)
摘要:
Since the version 2015.009.20069, multiple documents are opened as Tabs instead of Windows of Acrobat. You can use Ctrl+Tab to switch to next tab and 阅读全文
posted @ 2024-05-27 11:57
profesor
阅读(23)
评论(0)
推荐(0)