2018-03-09

2018-03-15  本文已影响0人  见吾

hash{}如何取值?hash套hash如何取值?

name用于定义这个input收到的值的变量名,例如type="text", name="txt"的input输入“hello",那么就有txt="hello";用于dom操作取值

value就是该input的值,也是显示出来的东西,例如type="button" value="btn"的input,按钮上的文字就btn;

input 必要的属性时type,其他都不是必须的。

上一篇下一篇

猜你喜欢

热点阅读