button.textContent = 'Open Popup'; button.addEventListener('click', function() { alert('Opening my popup'); });. div.appendChild(button);
確定! 回上一頁