how to get png to actually print in js

后端 未结 0 1075
栀梦
栀梦 2021-01-23 23:06

so i am trying to make a car race game, but i cant even print the car.

var car= function(x,y){
this.x = x;
this.y= y;
};
var drawcar= function(car){var carhtml= \         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题