回答編集履歴
1
コード修正
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
Dim str As Object
|
14
14
|
|
15
|
-
For Each str In htmlDoc.getElementsByClassName
|
15
|
+
For Each str In htmlDoc.getElementsByClassName("license")
|
16
16
|
|
17
17
|
Debug.Print "出力:" & str.innerHTML
|
18
18
|
|