timer () { let my = this this.time = setInterval(() => { // do something... }, 1000) }, setTime() { this.timer() }, stopTime() {
確定! 回上一頁