时间:2021-07-01 10:21:17 帮助过:19人阅读
for (var i=0;i
if (els[i].type == "text" )
{
//取得控件ID
msgs += els[i].id + ",";
}
}
alert(msgs);
}