[编程代码] 让form自动提交


添加到百度搜藏
<form name=aa  action='#'method=post>
<input name=id>
</form>
<script>window.aa.submit();</script>