ユーザー名を取得する
解 説
ユーザー名を取得するにはsystem.usernameプロパティを参照します
コード
n = system.username;
alert(n);
■サンプルスクリプトをダウンロードする
>>.zip