阴影 颜色、位移、模糊 ctx.shadowColor = '#ccc'; ctx.shadowOffsetX = 10; ctx.shadowOffsetY = 10; ctx.shadowBlur = 20;