parent
書式
app.parent
説明
appオブジェクトの親オブジェクトを返します。appオブジェクトの親オブジェクトはappオブジェクトになります。appオブジェクトより上の階層にはオブジェクトがないからです。
var p=app.parent; alert(p);
目次に戻る