freeMemory

書式

app.freeMemory

説明

空きメモリをバイト数で返します。ただし、2GBを超える空きメモリがある場合は負数になり期待する数値にはなりません。
var str=app.freeMemory;
alert(str);

目次に戻る