假设我有:varcontext=document.getElementById('test').getContext('2d');//Backgroundcontext.fillStyle='#000';context.fillRect(0,0,300,300);//'P'context.beginPath();context.moveTo(90,89);context.lineTo(161,89);context.quadraticCurveTo(200,89,200,127);context.quadraticCurveTo(200,166,148,166);context.lin
假设我有:varcontext=document.getElementById('test').getContext('2d');//Backgroundcontext.fillStyle='#000';context.fillRect(0,0,300,300);//'P'context.beginPath();context.moveTo(90,89);context.lineTo(161,89);context.quadraticCurveTo(200,89,200,127);context.quadraticCurveTo(200,166,148,166);context.lin