05 2022 档案
摘要:function dateOperation(date = new Date()) { this.myDate = new Date(date); // 格式化时间 this.getFormat = (format = 'YYYY-MM-DD HH:mm:ss', date = this.myDat
阅读全文
摘要:var a = Object.prototype.toString; console.log(a.call(2));console.log(a.call(true));console.log(a.call('str'));console.log(a.call([]));console.log(a.c
阅读全文