摘要:
let t1 = new Date("2019-11-26 15:51:00");// 从什么时间开始 let t2 = new Date(t1.setHours(t1.getHours() + 1));// 延迟几个小时 let interval = window.setInterval(() = 阅读全文
摘要:
{ "workbench.colorTheme": "Default Light+", // 主题 "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe", // trrminal "git.path": "D:\\ 阅读全文