
**如何根据select的值给name赋值
即这样**
type[dayi][grade]
type[dayi][phone]
type[dasan][grade]
type[dasan][phone]
我使用的方法 function type_change(){}不好使,
有多个分组时错乱。。。
源码
添加数据
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
事件绑定有问题,建议给select加一个ID,#select,在script中绑定;
另外三个name的初始值设为select第一个值被选中情况下的值。
嗯,change方法是正确的,当改变的时候就获取select的value值