$(':input','#myform') .not(':button, :submit, :reset, :hidden') .val('') .removeAttr('checked') .removeAttr('selected');
本文共 185 字,大约阅读时间需要 1 分钟。
$(':input','#myform') .not(':button, :submit, :reset, :hidden') .val('') .removeAttr('checked') .removeAttr('selected');
转载于:https://www.cnblogs.com/haitao-fan/p/3967390.html