random

種  類 メソッド
書  式
Math.
random()

解  説
乱数値を返します。

コード
n = Math.random();
alert("乱数値:"+n);


■サンプルをダウンロードする >>.zip