JavaScript中的getMilliseconds()方法使用详解

编程学习 2021-07-04 21:48www.dzhlxh.cn编程入门
这篇文章主要介绍了JavaScript中的getMilliseconds()方法使用详解,是JS入门学习中的基础知识,需要的朋友可以参考下

 javascript Date.getMilliseconds()方法按照本地时间返回指定日期的毫秒数。通过getMilliseconds返回的是一个介于0和999的值。
语法

Date.getMilliseconds()

狼蚁网站SEO优化是参数的详细信息:

  •     NA

返回值:

按照本地时间返回指定日期的毫秒数。
例子:

<html>
<head>
<title>JavaScript getMilliseconds Method</title>
</head>
<body>
<script type="text/javascript">
  var dt = new Date( );
  document.write("getMilliseconds() : " + dt.getMilliseconds() ); 
</script>
</body>
</html>

这将产生以下结果:

getMilliseconds() : 578 

Copyright © 2016-2025 www.dzhlxh.cn 金源码 版权所有 Power by

网站模板下载|网络推广|微博营销|seo优化|视频营销|网络营销|微信营销|网站建设|织梦模板|小程序模板