回答編集履歴

1

タイプミスを直します

2018/11/19 03:39

投稿

ssasaki
ssasaki

スコア1167

test CHANGED
@@ -14,9 +14,9 @@
14
14
 
15
15
  $str5 = "http://google.com?keyword=KWx12&name=test";
16
16
 
17
- $str6 = "http://google.com/KWabcd1234 = KWabcd1234";
17
+ $str6 = "http://google.com/KWabcd1234";
18
18
 
19
- $str7 = "http://google.com/KW1a2b3c4d = KW1a2b3c4d";
19
+ $str7 = "http://google.com/KW1a2b3c4d";
20
20
 
21
21
 
22
22