登录后复制 this.name 取不到 select name ?帮忙 回复讨论(解决方案) 登录后复制 因为each中,this是指option。而option没有name。 改成这样就可以了。 var signSelect = this.parentNode.name+"="+this.value; 登录后复制