$("#addGoodsForm")[0].reset();注意:要使用JS form对象的 reset()方法,jquery对象不行!
也可以在form表单内添加 <input type="reset" value="重置" /> 实现重置效果。