Widget:Copytext
<input id="copytext-" type="text" value="" style="position:absolute;opacity:0;z-index:-1" /> <button class="" onclick="document.querySelector('#copytext-').select();if(document.execCommand('Copy')){mw.notify('复制成功。')};" style=""></button>