维科纳蒂 »
×
改变方向
在 Codepen 上打开
更改主题,深色/浅色
<!DOCTYPE html> <html> <head><meta http-equiv="content-security-policy" content="script-src 'none'"> <script> function loadImage() { alert("Зображення завантажується"); } </script> </head> <body> <img src="../images/w3javascript.gif" onload="loadImage()" width="100" height="132"> </body> </html>