网络编程 发布日期:2026/1/18 浏览次数:1
复制代码 代码如下:$("input:text", document.forms[0]).each(function(){alert(this.name)});