自动登录网页

<html>
<body onLoad='document.name1.submit()'>
<form name=name1 action='post_url' method=post>
<input type=hidden name='login_name' value='id'>
<input type=hidden name='password' value='name'>
<input type=hidden name='login_division' value='client'>
<inpt type=submit></form></body></html>

  

猜你喜欢

转载自www.cnblogs.com/c-x-a/p/9138112.html