<!DOCTYPE?html>
<html>
<head>
<meta?charset="UTF-8">
<title>canvs的繪圖開始</title>
<style>
body{
padding:?10px;
}
.all_bg{
width:?800px;
height:?600px;
margin:?0?auto;
}
#allcanvas{
position:?relative;
width:?800px;
height:?600px;
margin:?0px;
}
#canvas1{
position:?absolute;
bottom:?0;
left:?0;
z-index:?1;
}
#cancas2{
position:?absolute;
bottom:?0;
left:?0;
z-index:?0;
}
</style>
</head>
<body>
<div?class="all_bg">
<div?id="allcanvas">
<canvas?id="canvas1"?width="800"?height="600"></canvas>
<canvas?id="cancas2"?width="800"?height="600"></canvas>
</div>
</div>
<script?type="text/javascript"??src="js/commonFunctions.js"></script>
<script?type="text/javascript"?src="js/main.js"></script>
<script?type="text/javascript"?src="js/background.js"></script>
<script?type="text/javascript"?src="js/ane.js"></script>
<script?type="text/javascript"?src="js/fruit.js"></script>
</body>
</html>
誰能幫我 看看哪里出錯 ,找了好久沒見錯誤
qq_素花之年多余的解釋_04264913
2017-03-01 11:32:18