We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec39d4 commit b8fce47Copy full SHA for b8fce47
04 - Array Cardio Day 1/index-SOYAINE.html
@@ -113,7 +113,7 @@
113
114
// 下面是我在豆瓣里筛选书名里含有 CSS 的书的代码
115
// https://book.douban.com/tag/web
116
-// const links = document.querySelectorAll('.subject-list h2 a');
+// const links = Array.from(document.querySelectorAll('.subject-list h2 a'));
117
// const book = links
118
// .map(link => link.title)
119
// .filter(title => title.includes('CSS'));
0 commit comments