<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>GMBUG</title>
</head>
<body>
<canvas id="myCanvas" width="400" height="200" style="border:1px solid #d3d3d3;">
</canvas>
<script>
var c=document.getElementById("myCanvas");
var ctx=c.getContext("2d");
ctx.moveTo(0,0);
ctx.lineTo(200,100);
ctx.stroke();
</script>
</body>
</html>
![[滑稽]](/static/emoticons/u6ed1u7a3d.png)
![[滑稽]](/static/emoticons/u6ed1u7a3d.png)
![[滑稽]](/static/emoticons/u6ed1u7a3d.png)
你测试一下