我如何使用下面的這個方法來正確工作?我需要通過陣列中的每個值array.forEach((v) => { let a = `this.refs.a${v}.value` console.log(a) // prints ...
確定! 回上一頁