在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
复制代码 代码如下:var canvas=document.getElementById('myCanvas'); var ctx= canvas.getContext('2d'); ctx.fillStyle="#99FF66"; ctx.fillRect(10,10,15,80); //ctx.fillRect(10,80,15,80); var canvas=document.getElementById('myCanvas'); var ctx= canvas.getContext('2d'); ctx.fillStyle="#99FF66"; ctx.fillRect(60,10,15,80); var canvas=document.getElementById('myCanvas'); var ctx= canvas.getContext('2d'); ctx.fillStyle="#0033CC"; ctx.fillRect(26,27,33,50); ctx.fillStyle="red"; ctx.beginPath(); ctx.arc(43,52,17,0,Math.PI*2,true); ctx.closePath(); ctx.fill(); ctx.strokeTyle="#CCCC00"; ctx.lineWidth=2; ctx.moveTo(43,52); ctx.lineTo(43,10); ctx.stroke(); |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论