|  www.brasilbook.com.br | |  |  |  |  |  |  |  |  | | |
let btn = document.querySelector('#copy');
btn.addEventListener('click', function(e) {
let textArea = document.querySelector('.text');
textArea.select();
document.execCommand('copy');
});
 | Há 986 anos 3 imagens 1 |
 | Há 986 anos 3 imagens 1 |
|