質問編集履歴
1
コードに誤りがありましたので修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,8 +18,8 @@
|
|
18
18
|
```JavaScript
|
19
19
|
setInterval(
|
20
20
|
function () {
|
21
|
-
const elem = document.getElementsByClassName("
|
21
|
+
const elem = document.getElementsByClassName("aaa");
|
22
|
-
document.getElementById('
|
22
|
+
document.getElementById('bbb').selectedIndex = 2;
|
23
23
|
|
24
24
|
if(elem){
|
25
25
|
elem[0].click();
|