onload生命周期设置节点宽高问题

//设置节点宽高
this.node.setContentSize(cc.size(100, 100))

为什么这个函数在onload()里面调用没有效果,而在start()里面调用才有效果呢?
修改其他节点属性怎么不会有这种情况?

this.node.width 它不香吗

亲测,放在onload里能生效