为什么我这里写
cur = new Square();
cur.origin.x = 10;
会报:Uncaught TypeError: Cannot set property 'x' of undefined
哎。。。发现自己的origin在定义的时候写成了oragin,所以一直说我没定义!?