怎么取预制件里面的节点?

var monster = cc.instantiate(this.prefab);
monster.???

可以用 cc.find(monster, "path/to/your/node“)

thks