HTML¶
<form method="post">
<input type="text" name="title" autocomplete="off" required>
<input type="submit" name="submit" value="Add" class="btn">
</form>
<form method="post">
<label for="name">名字</label>
<input type="text" name="name" id="name" autocomplete="off"><br>
<label for="occupation">职业</label>
<input type="text" name="occupation" id="occupation"><br>
<input type="submit" name="submit" value="登录">
</form>
最后更新:
2021-09-12