循环

for(let i= 0; i < this.books.length; ++i) {
  
}

for(let i in this.books) {

}

for(let books of this.books) {

}
posted @ 2022-11-22 10:28  n9c9  阅读(10)  评论(0)    收藏  举报