JS提交表单 Posted on 2012/03/20 by neohope — No Comments ↓ function SubmitMyForm(url) { document.myForm.action = url; document.myForm.submit(); }