cocos2d js getPosition 得到的值是 0:0

var pos = this.getPosition();

cc.log(pos.x + ":" + pos.y);

输出 0:0

cc.log(this.x + ":" + this.y);同样是0