mtydiyici2

```js class Moment{ constructor(time){ this.time = time } change(){ let date = new Date(this.time);//转换事件 let nowDate = new Date();//现在的时间 let newDate = nowDate - date; let year = Math.floor(ne


License
ISC
Install
npm install mtydiyici2@1.0.2