level 1
fangna0000
楼主
这个代码想要实现是不是得在js文件夹里,用js里面的东西,照着抖音抄的,嘿嘿嘿
<html>
<head>
<meta http-equiv="Count-Type"
count="text/htm1;chsrset=utf-8" />
<title>樱花</title>
</head>
<body>
<style type="text/css">
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial,Helvetica,sans-serif,"新宋体"}
</style>
<canvas id="sakura"></canvas>
<script src="js/index.js"></script>
</body>
</html>
2020年02月27日 02点02分
1
<html>
<head>
<meta http-equiv="Count-Type"
count="text/htm1;chsrset=utf-8" />
<title>樱花</title>
</head>
<body>
<style type="text/css">
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial,Helvetica,sans-serif,"新宋体"}
</style>
<canvas id="sakura"></canvas>
<script src="js/index.js"></script>
</body>
</html>