html form 2017-04-15 本文已影响0人 蘋果_283e function onBtnClick() { var form = document.forms[0]; form.action="xxx"; form.submit(); }saf