2、The NAME attribute cannot be set at run time on elements dynamically created with the createElement method. To create an element with a name attribute, include the attribute and value when using the createElement method.
name属性不能在运行过程中进行变更,只能在创建时指定