<!DOCTYPE html>
<html>
<body>
<form action="demo_form.php" method="post">
<input type="checkbox" name="vehicle" value="Bike"> I have a bike<br>
<input type="checkbox" name="vehicle" value="Car" checked> I have a car<br>
<input type="submit" value="Submit">
</form>
</body>
</html>
請問這個屬性value
工作?我在網上搜索,但沒有找到如何使用value
與複選框的例子。如果你能用一個例子來演示,真的很感激。
真的,你沒有發現任何基本的HTML? – JonathanRomer