获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 小程序备案【主体证件住所】工商数据对比不通过,如带有标点符号或字母,请检查中、英文标点符号和字母?
[图片] [图片] 就是按上面写的住所,一直验证失败
2023-10-28 - canvas画布,模拟器使用灰色正常,手机里context使用函数无效?
const image = new Image(60, 45); // Using optional size for image image.onload = drawImageActualSize; // Draw when image has loaded // Load an image of intrinsic size 300x227 in CSS pixels image.src = 'rhino.jpg'; function drawImageActualSize() { // To use the custom size we'll have to specify the scale parameters // using the element's width and height properties - lets draw one // on top in the corner: ctx.filter = "grayscale(100%)"; ctx.drawImage(0, 0, 300,300);}
2022-12-06