问题:用表单提交数据,但每次只能提交一个 uid 值给地址“http://baidu.com/mobile/message/Follow”,但 提交完就强制跳转页面了,再想提交,还要访问那个表单,这样太麻烦了。目的:想实现能循环提交uid值给 action地址,事先把  uid的value 值填写到表单中,再用js循环提交。应该用ajax 实现,但没写出来??<form method="POST" action="http://baidu.com/mobile/message/Follow">
            <input type="hidden" name="uid" value="111" />
</form>