回答編集履歴

1

文法の修正

2019/02/11 09:51

投稿

teritama
teritama

スコア126

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  for (var i = 0; i < arrTrans[0].length; i++) {
10
10
 
11
- if (arrTrans[0][i].indexOf(text_str) > -1) {
11
+ if (text_str.indexOf(arrTrans[0][i]) > -1) {
12
12
 
13
13
  gyo = i;
14
14