if判斷語(yǔ)句這樣寫合理嗎 為什么感覺(jué)這樣寫很low呢<input type="text" v-model="name"><button @click="add">提交</button>data () { return {
name:'',
user:[]
}
},
methods: {
add () { if (this.user.length > 5){
alert('長(zhǎng)度過(guò)長(zhǎng)') return false
} this.user.push(this.name) this.name = ''
}
}關(guān)注 | 5收藏
添加回答
舉報(bào)
0/150
提交
取消