getSeconds
種 類
メソッド
書 式
Dateオブジェクト.
getSeconds()
解 説
秒を返します。
コード
dObj = new Date();
alert("今は"+dObj.getSeconds()+"秒です。");
■サンプルをダウンロードする
>>.zip