回答編集履歴

1

修正

2019/05/27 09:04

投稿

yambejp
yambejp

スコア114883

test CHANGED
@@ -54,7 +54,13 @@
54
54
 
55
55
  <form method="post">
56
56
 
57
+ <!-- /*修正
58
+
57
59
  <input type="test" name="test" value="<?=htmlspecialchars(json_encode($arr))?>">
60
+
61
+ */-->
62
+
63
+ <input type="text" name="test" value="<?=htmlspecialchars(json_encode($arr))?>">
58
64
 
59
65
  <input type="submit" value="send">
60
66