search

Home  >  Q&A  >  body text

老师好,name与value有什么区别呢?

input type为button,text时,value值在浏览器中显示,name供后台用;

为单选复选框时value值不显示,供后台用,name与value有什么区别呢?

phpcn_u224phpcn_u2242903 days ago1105

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:21:57

    Hello teacher, what is the difference between name and value? -PHP Chinese website Q&A-Hello teacher, what is the difference between name and value? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 阿神

    阿神2016-12-21 10:53:47

    name是元素的名字,value是供后台使用的,有些是在浏览器中显示的,有些则不显示,比如文本框的value就会显示,而选择框的value就不显示

    reply
    0
  • Cancelreply