重写日志方法console.log = sonsole.warn = () => {}时分秒公式 let h = parseInt(t / 60 / 60 % 24) let m = parseInt(t / 60 % 60 ) let s = parseInt(t % 60)