网站首页 站内搜索

搜索结果

查询Tags标签: checkTime,共有 2条记录
  • JS返回当前时间(年、月、日、时、分、秒)

    function getDateTime() {var date = new Date(),year = date.getFullYear(),month = date.getMonth() + 1,day = date.getDate(),hour = date.getHours() + 1,minute = date.getMinutes(),second = date.getSeconds();month = checkTime(month);day = checkTime(day);hou…

    2022/1/2 6:08:10 人评论 次浏览
  • JS返回当前时间(年、月、日、时、分、秒)

    function getDateTime() {var date = new Date(),year = date.getFullYear(),month = date.getMonth() + 1,day = date.getDate(),hour = date.getHours() + 1,minute = date.getMinutes(),second = date.getSeconds();month = checkTime(month);day = checkTime(day);hou…

    2022/1/2 6:08:10 人评论 次浏览
扫一扫关注最新编程教程