我希望人们能够在点击时改变音乐和背景(每个背景都有音乐)
这是我的代码。
HTML
strtotime()
的CSS
<html>
<div id="frame"></div>
</html>
的Javascript
#frame {
position: fixed;
width: 100%;
height: 100%;
background-color: black;
}
html, body {
padding: 0;
margin: 0;
}
背景随机变化,我想在点击它时改变它。另外,如何添加音乐?感谢。