空きメモリを調べる
■プログラム説明
空きメモリを調べるにはapp.freeMemoryを参照します。返される値はバイト数になります。
■ソースコード
mem = app.freeMemory;
alert(mem);
■ポイント
なし