[Solution found!] form.reset() 是一个DOM元素方法(jQuery对象上没有一个),因此您需要: $("#client.frm")[0].reset(); //faster version: ...
確定! 回上一頁