console
function lijiming(){
alert('恭喜你获得惊喜对话');
var li= prompt("你叫什么名字:","你的名字");
alert('你好啊!'+li);
alert('恶魔李继明:我姓李!')
alert('天使李继明:我姓明!')
alert('恶魔李继明:我姓李!李李李李李!木子木子木子李!')
alert('天使李继明:我姓明!明明明明明!日月日月日月明!')
alert('恶魔李继明:我**************!')
alert('天使李继明:我**************!')
alert('你觉得李继明姓什么?')
window.open('https://www.yuque.com/chenpengyu-fe01z/dx27kr/brrmivi9zmcs81c9?inner=r4Xan');
}
<!DOCTYPE html>
<html>
<head>
<title>李继明</title>
</head>
<body>
<h1>点击下方图片发现惊喜↓</h1>
<button onclick="lijiming()"></button>
<p>李继明↑</p>
</body>
</html>
body{
background-color:blanchedalmond;
text-align: center;
}
button{
background-image: url('https://m.ccw.site/user_projects_assets/1fe708b4ea3add25fa3972c36e026890.png');
width: 400px;
height:300px;
background-size:cover;
border:none;
}
h1{
color:aliceblue;
}
p{
font-size:50px;
color:aqua;
}