Date.getSeconds( )
返回Date对象的秒字段
可用性
JavaScript 1.0; JScript 1.0; ECMAScript v1
语法
date
.getSeconds( )
返回值
指定的Date对象date的秒字段,以本地时间表示。返回值在0~59之间。