老师,为什么我的大雨恶的this.x用console显示是NAN
我能console.log(this.x),但是this.y就是NaN了
也可能是你没初始化 mx,my
在function init()
{
canWidth = can1.width;
canHeight = can1.height;
mx = canWidth/2;
my = canHeight/2;
}
是因为你的mx my 没有初始化的原因
我的好像也是NAN,你的解决了吗?
因为你赋值的内容是呗