感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>虚拟DJ打碟机测试</title>
</head>
<body>
<h1 align="center">虚拟DJ打碟机测试</h1>
<div id="left">
</div>
<div id="right">
</div><div>
<audio controls="controls" src="http://link.hhtjim.com/163/29737987.mp3"></audio>
<audio id="ar" controls="controls"></audio></div>
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
#left,#right{
background:orange;
width:120px;
height:120px;
display:inline-block;
border:1px solid;
border-radius:45px;
animation:rotate 5s infinite;
}
@keyframes rotate{
to{transform:rotate(360deg);}
#right{
position:absolute;
right:0;
#ar{