书栈网 · BookStack 本次搜索耗时 0.042 秒,为您找到 220076 个相关结果.
  • setUTCFullYear() 方法

    setUTCFullYear() 方法 语法: 参数说明: 返回值: 说明: 示例: 结果: setUTCFullYear() 方法 根据世界时( UTC )设置年份 语法: dateObject . setUTCFullYear ( year , month , day ) 参数说明: year — ...
  • setMonth() 方法

    setMonth() 方法 语法: 参数说明: 返回值: 说明: 示例: 结果: setMonth() 方法 设置月份 语法: dateObject . setMonth ( month , day ) 参数说明: month — 必需。一个表示月份的数值,该值介于 0(一月) ~ 11(十二月) 之间。...
  • setFullYear() 方法

    setFullYear() 方法 语法: 参数说明: 返回值: 说明: 示例: 结果: setFullYear() 方法 设置年份 语法: dateObject . setFullYear ( year , month , day ) 参数说明: year — 必需。表示年份的四位整数。用本地时间表示。...
  • getUTCMinutes() 方法

    getUTCMinutes() 方法 语法: 返回值: 说明: 示例: 结果: getUTCMinutes() 方法 根据世界时( UTC )返回时间的分钟字段 语法: dateObject . getUTCMinutes (); 返回值: 返回 dateObject 用世界时表示时的分钟字段,该值是一个 0 ...
  • getUTCMilliseconds() 方法

    getUTCMilliseconds() 方法 语法: 返回值: 说明: 示例: 结果: getUTCMilliseconds() 方法 根据世界时( UTC )返回时间的毫秒 语法: dateObject . getUTCMilliseconds (); 返回值: 当 dateObject 用世界时表示时,返...
  • getUTCHours() 方法

    getUTCHours() 方法 语法: 返回值: 说明: 示例: 结果: getUTCHours() 方法 根据世界时( UTC )返回时间的小时 语法: dateObject . getUTCHours (); 返回值: 返回 dateObject 用世界时表示时的小时字段,该值是一个 0(午夜) ~ 23...
  • getSeconds() 方法

    getSeconds() 方法 语法: 返回值: 说明: 示例: 结果: getSeconds() 方法 返回时间的秒数。 语法: dateObject . getSeconds (); 返回值: dateObject 的秒字段,以本地时间显示。返回值是 0 ~ 59 之间的一个整数。 说明: 该方法总...
  • getMonth() 方法

    getMonth() 方法 语法: 返回值: 说明: 示例: 结果: getMonth() 方法 返回表示月份的数字。 语法: dateObject . getMonth (); 返回值: dateObject 的月份字段,使用本地时间。返回值是 0(一月) 到 11(十二月) 之间的一个整数。 说明: ...
  • getMilliseconds() 方法

    getMilliseconds() 方法 语法: 返回值: 说明: 示例: 结果: getMilliseconds() 方法 返回时间的毫秒数。 语法: dateObject . getMilliseconds (); 返回值: dateObject 的毫秒字段,以本地时间显示。返回值是 0 ~ 999 之间的...
  • getFullYear() 方法

    getFullYear() 方法 语法: 返回值: 说明: 示例: 结果: getFullYear() 方法 返回一个表示年份的 4 位数字。 语法: dateObject . getFullYear (); 返回值: 当 dateObject 用本地时间表示时返回的年份。返回值是一个四位数,表示包括世纪值在内...