问答详情
源自:3-1 Canvas 时钟外边框圆

求问画框为什么浏览器没有显示?

<!DOCTYPE html>

<html>

<head>

<meta name="viewport" content="width=device-width, initial-scale=1">

<title>canvas clock</title>

<style type="text/css">

div{

text-align: center;

margin-top: 250px;

}

#clock { 

border: 1px solid #ccc;

}

</style>


</head>


<body>

<div>

<canvas id="clock" height="200px" width="200px"></canvas>

</div>


<script type="text/javascript" src="clock.js"></script>

</body>


</html>


提问者:1234先生 2019-11-20 20:13

个回答

  • 奔跑的兔子0
    2019-11-25 15:57:46

    浏览器不支持吧,我这里可以正常显示画框