2021年9月7日
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>websocket通讯</title> </head> <script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.js">< 阅读全文
posted @ 2021-09-07 17:29 危险* 阅读(25) 评论(0) 推荐(0) 编辑
摘要: let year = new Date().getFullYear() let month = new Date().getMonth() let currentMonth = new Date().getMonth() + 1 let day = new Date().getDate() if ( 阅读全文
posted @ 2021-09-07 16:45 危险* 阅读(231) 评论(0) 推荐(0) 编辑
摘要: new Date('2020-02-22').getTime() 阅读全文
posted @ 2021-09-07 16:43 危险* 阅读(35) 评论(0) 推荐(0) 编辑