在vue中要使文字框自動獲取焦點可用如下程式碼實現this.$nextTick(_ => { this.$refs.newKeywordInput.$refs.input.focus()}) 其中this.
確定! 回上一頁