回答編集履歴

1

コード修正

2020/03/08 17:44

投稿

hatena19
hatena19

スコア34075

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  Dim str As Object
14
14
 
15
- For Each str In htmlDoc.getElementsByClassName ("license")
15
+ For Each str In htmlDoc.getElementsByClassName("license")
16
16
 
17
17
  Debug.Print "出力:" & str.innerHTML
18
18