当前位置:Gxlcms > html代码 > 新手,新写的INPUT函数的VALUE值显示不了。_html/css_WEB-ITnose

新手,新写的INPUT函数的VALUE值显示不了。_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:61人阅读

HTML的代码是是这个:


Just type in your name (and click the Submit) to enter the contest:

Firstname:

Lastname:















但是网页显示是这样:


请问是为什么呢??


回复讨论(解决方案)

Just type in your name (and click the Submit) to enter the contest:
Firstname:
Lastname:

hot
not
salt
pepper
garlic

checkbox 复选框的 value 属性值不会显示在用户界面中,是传后台的,你想显示
外 前后加值

value属性内容是传递值时使用的,不能直接在界面中显示

 hot

人气教程排行