你瞅啥呢
摘要: 2024-05-07 js定义类的方法 一:传统写法 // 定义: function handleDate(date){ this.idate = new Date(date).getTime(); console.log(this.idate); this.resolveDate = function() { console.log(' 阅读全文
posted @ 2024-05-07 22:55 叶乘风 阅读(20) 评论(0) 推荐(0)