Date.getSeconds
类型:对象方法
适用环境:Flash 5 或更新版本
语法:myDate.getSeconds()
参数:myDate:已经存在的 Date 日期对象。
返回:一个数字值
介绍:使用 Date 对象的 getSeconds 方法,可以获取 myDate 对象内日期的“秒”参数。