Hej我收到了下一个代码的错误:
NS_ERROR_NOT_AVAILABLE:
ctx.drawImage(this.image, 0, 0);
我在basket game下收到的网站Bitmap.js的链接,感谢您的帮助。
p.draw = function(ctx, ignoreCache) {
if (this.DisplayObject_draw(ctx, ignoreCache)) { return true; }
ctx.drawImage(this.image, 0, 0);
return true;
}