回答編集履歴

1

code 修正

2021/02/03 04:46

投稿

seastar3
seastar3

スコア2285

test CHANGED
@@ -6,13 +6,11 @@
6
6
 
7
7
  // を
8
8
 
9
- <?$example=
10
-
11
9
  <input type="radio" name="example" value="1"
12
10
 
13
11
  <?php if (isset($_POST['example']) && $_POST['example'] == "1")) echo 'checked'; ?>
14
12
 
15
- >1
13
+ >
16
14
 
17
15
  ```
18
16