$(".form input").each(function(index, element) { $(this).attr("value",""); $(this).focus(); });
不足:仅能清空ipnut标签,不能清空select等其他标签