Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つの質問があります。
textbox1.Text = "hello";
<input type="text" name="name" value="<?php echo $name?> ">
$name = $myObj['name'];
どうもありがとう
<input type="text" name="name" value="<?php echo $name?>">
ボックスをチェックするには、次を使用します。
<input type="checkbox" name="check" value="1" <?php if($condition==true)echo "checked"?>>