|  | | www.brasilbook.com.br |
| | | |
let btn = document.querySelector('#copy');
btn.addEventListener('click', function(e) {
let textArea = document.querySelector('.text');
textArea.select();
document.execCommand('copy');
});
| Imagens de 1942 (80) - 1 - 2 - 3 Exibindo de 81 a 120 |
TOPO |