typename

書式

app.typename

説明

appオブジェクトの種類(Application)を文字列で返します。
var str=app.typename;
alert(str);

目次に戻る