執行 ❯
建立您
自己的
網站
×
改變方向
儲存程式碼
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <img id="myImg" src="compman_lowres.gif" width="107" height="98"> <br><br> <button onclick="document.getElementById('myImg').src='compman.gif'">On</button> <button onclick="document.getElementById('myImg').src='compman_lowres.gif'">Off</button> </body> </html>