typename

書式

app.typename

説明

オブジェクトの種類を返します。app.typenameの場合、返される文字列はApplicationになります。
var str=app.typename;
alert(str);

目次に戻る