每次都是复制完了,再去把这个 https 或者 http 去掉,真恶心,而且还不能去除,不知道 Chrome 的产品经理脑子咋想的
101
Elio 2020-12-28 17:42:27 +08:00
唉,别去地址栏复制了,创建个书签吧,网址如下:
javascript:var input = document.createElement('input');document.body.appendChild(input);input.setAttribute('value', window.location.host);input.select();if (document.execCommand('copy')) {document.execCommand('copy');document.body.removeChild(input);} |