前端控制表单提交


form_submit = $('#id')
form_submit.prop('action', "路由");
form_submit.submit();

猜你喜欢

转载自www.cnblogs.com/setname/p/11858759.html