为了账号安全,请及时绑定邮箱和手机立即绑定

怎么不能显示呢

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>test</title>

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

window.onload=function{

  var dom=document.getElementById("clock");

  var ctx=dom.getContext("2d");

        beginPath();

        ctx.moveTo(200,200);

        ctx.lineTo(500,500);

        ctx.lineTo(200,500);

        ctx.lineWidth=10;

        ctx.stroke.style="yellow"

        ctx.stroke();

}

</script>

<style type="text/css">

   #clock{

    border:1px solid red;

    width:800px;

    height: 800px;

    margin: 100px auto;

    margin-left:100px;

   }

   

</style>

</head>

<body>

<canvas id="clock"></canvas>

</body>

</html>

怎么不能显示呢

正在回答

1 回答

js那不用写src了,因为你这个脚本本身就是内嵌在网页中,不是链接的外部文件。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

怎么不能显示呢

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信