清空input: $("#keyword").attr("value","");
更改from表单提交地址:$("#ListForm").attr("action",url);
提交表单:$("#ListForm").submit();