質問編集履歴

2

実行結果のURLも修正

2016/11/16 09:52

投稿

risaito74
risaito74

スコア44

test CHANGED
File without changes
test CHANGED
@@ -28,11 +28,11 @@
28
28
 
29
29
 
30
30
 
31
- http://hogehoge.hoge/?text1=aaa&a.x=37&a.y=8
31
+ http://example.com/?text1=aaa&a.x=37&a.y=8
32
32
 
33
- http://hogehoge.hoge/?text1=aaa&a.x=41&a.y=11
33
+ http://example.com/?text1=aaa&a.x=41&a.y=11
34
34
 
35
- http://hogehoge.hoge/?text1=aaa&a.x=42&a.y=11
35
+ http://example.com/?text1=aaa&a.x=42&a.y=11
36
36
 
37
37
 
38
38
 

1

URLをexample\.comに修正

2016/11/16 09:52

投稿

risaito74
risaito74

スコア44

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  <body>
10
10
 
11
- <form action="http://hogehoge.hoge" method="get">
11
+ <form action="http://example.com" method="get">
12
12
 
13
13
  <input type="text" name="text1"><br>
14
14