js 提交表单,老是忘记,备忘 document.forms[0].action = url; document.forms[0].method = "post"; document.forms[0].submit();