回答編集履歴

1

修正 tableのIDが必要か

2020/03/31 05:25

投稿

m.ts10806
m.ts10806

スコア80875

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ```js
4
4
 
5
- console.log($($('.data.cell')[0]).text());
5
+ console.log($($('#dataDisplayTable .data.cell')[0]).text());
6
6
 
7
7
  ```