回答編集履歴

1

コードtag

2019/04/18 22:14

投稿

hash
hash

スコア63

test CHANGED
@@ -6,12 +6,20 @@
6
6
 
7
7
 
8
8
 
9
+
10
+
11
+
12
+
13
+ ```ここに言語を入力
14
+
9
15
  location.href = "?result="+encodeURI(result);
10
16
 
11
17
 
12
18
 
13
- <?php
19
+ <?php
14
20
 
15
- file_put_contents("text.txt", urldecode($_GET['result']));
21
+ file_put_contents("text.txt", urldecode($_GET['result']));
16
22
 
17
- ?>
23
+ ?>
24
+
25
+ ```