回答編集履歴

1

コードの修正

2021/04/23 05:21

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36134

test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  ```js
36
36
 
37
- $(body)[0].style.setProperty(`--service_color`, service_color);
37
+ $('body')[0].style.setProperty(`--service_color`, service_color);
38
38
 
39
39
  ```
40
40