
喵星人
img{
border: 2px crimson solid;
border-radius: 40%;
width: 30%;
cursor: pointer;
}
Welcome to Meow~~
//函數
function sayHello() {
alert('Hello,我是喵星人2號!!');
}
document.getElementById('c3').onclick...