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