Property:
arc:

Canvas:
your browser does not support the canvas tag
Code:
var c = document.getElementById('myCanvas');
var ctx = c.getContext('2d');
ctx.beginPath();
ctx.arc(100,75,50,0*Math.PI,1.5*Math.PI);
ctx.stroke();
单击上面的属性值可查看结果
W3Schools.cn - 测试工具