getContext('2d') 小程序是不是就没显示这个函数?
我的代码如下:
var canvas= wx.createOffscreenCanvas();
var context = canvas.getContext(‘2d’);
调用后出现 “context is not defined”
我的代码如下:
var canvas= wx.createOffscreenCanvas();
var context = canvas.getContext(‘2d’);
调用后出现 “context is not defined”