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