var pos = this.getPosition();
cc.log(pos.x + ":" + pos.y);
输出 0:0
cc.log(this.x + ":" + this.y);同样是0