在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
<canvas id="canvas" width="500" height="400" style="background-color: yellow;"></canvas> 复制代码 代码如下:var canvas=document.getElementById("canvas"); var cxt=canvas.getContext("2d"); cxt.font="40px 黑体"; //绘制实心字 cxt.fillStyle="red";//填充红色 cxt.fillText("hello,思思博士",10,50); //绘制空心字 cxt.strokeStyle="red";//红色边 cxt.strokeText("hello,思思博士",10,100); |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论