复选框

xiaoxiao2021-02-27  482

<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题</title> </head> <body> <input type="checkbox" ><br/><!-- false --> <input type="checkbox" checked=""><br/><!-- 以下都是true --> <input type="checkbox" checked=""><br/> <input type="checkbox" checked="checked"><br/> <input type="checkbox" checked=checked><br/> </body> </html>

转载请注明原文地址: https://www.6miu.com/read-2167.html

最新回复(0)