如何转换出值来?"form1.assetnonew "+i+ ".value ",这是形成的字符串,按I值不同取不同的文本框的值,如何将这串字符的值转换出来呢,就是文本框中的值?[解决办法]alert(eval( "form1.assetnonew "+i+ ".value "));