STEAM 组
JavaScript Enthusiasts JS E
STEAM 组
JavaScript Enthusiasts JS E
0
游戏中
1
在线
成立于
2015 年 9 月 7 日
关于 JavaScript Enthusiasts

for(var i = 0; i < 4; i++){};

<!DOCTYPE html>
<html>
<body>

<canvas id="myCanvas" width="300" height="150" style="border:1px solid #d3d3d3;">
Your browser does not support the HTML5 canvas tag.</canvas>

<script>

var c = document.getElementById("myCanvas");
var ctx = c.getContext("2d");
ctx.beginPath();
ctx.arc(100, 75, 50, 0, 2 * Math.PI);
ctx.stroke();

</script>

</body>
</html>
热门讨论
近期公告
omg we have a shared steam account with stuff
1 条留言
draco . 2017 年 8 月 5 日 下午 10:22 
hi im a new member xd
组成员
管理员
成员
0
游戏中
1
在线
0 聊天中
进入聊天室
成立于
2015 年 9 月 7 日