回答編集履歴

1

修正案を追記しました

2020/07/03 05:47

投稿

jzx100ts
jzx100ts

スコア28

test CHANGED
@@ -15,3 +15,13 @@
15
15
  response2.getContentText()
16
16
 
17
17
  などを実行してテキストに変換してからでないとmatchは使えないのではないでしょうか。
18
+
19
+
20
+
21
+ if (response2.match(/keyword/)){
22
+
23
+ の部分を
24
+
25
+ if (response2.getContentText().match(/keyword/)){
26
+
27
+ とすればうまくいきませんかね。