作者:手机用户2502935255 | 来源:互联网 | 2023-06-16 19:06
在不用插件的情况下,怎么写时间加减的逻辑?1234{{ time1 }}{{ time1 }}{{ hours }}12345AddTime(){ this.hours= Number(this
在不用插件的情况下,怎么写时间加减的逻辑?
1 2 3 4
| {{ time1 }} {{ time1 }} {{ hours }} |
1 2 3 4 5
| AddTime(){
this.hours= Number(this.time1)+Number(this.time2);
console.log(hours)
} |
这样出来只能是 20+5=25,但是我需要的是20加5小时,返回应该是1点