第三方账号快速登录
先来看一段正常的canvas画图语法:代码如下:ctx.arc(centerX,centerY,radius,0,PI*2,true);ctx.shadowColor = 'rgba(0,0,0,0.5)';ctx.shadowBlur =...