摘要: <script> //进入页面的时间 和 停留在页面时候最新的时间的时间差 var date1 = new Date('2020-6-19 12:00:33'); var date2 = new Date('2020-7-12 10:12:00'); // 计算date1 和 date2两个时间相差 阅读全文
posted @ 2020-06-20 15:59 rangvis 阅读(169) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2020-06-20 08:14 rangvis 阅读(357) 评论(0) 推荐(0)