mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-22 04:35:26 +08:00
3 lines
98 B
JavaScript
3 lines
98 B
JavaScript
document.getElementById('clickme').addEventListener('click', () => {
|
|
alert('Hello, World!');
|
|
}); |