欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

提交 跳转

<html>
<head></head>
 
<body>
 
<form action="http://yun.aaaa.cn/index.php?m=user&a=login" method="post" id="myform">
  <input type="hidden" name="userName" value="aaaa">
  <input type="hidden" name="passWord" value="bbbb">
  <input type="hidden" name="remember" value="1">
  <input type="submit" value="提交" />
</form>
<script>
document.getElementById('myform').submit();
</script>
 
</body>
 
</html>
普通分类: