我想使用 python 在网页上填写并提交表单。
这种形式:
<form method="POST" id="login" action="site/enter.php" >
<input type="text" placeholder="Login" name="login" class="login" tabindex="1">
<input type="password" placeholder="Password" name="psw" class="password" tabindex="2">
<input type="submit" class="btn_auth" value="" title="Enter" tabindex="3">
</form>
但是做不到。我放置登录并通过,但无法模拟提交按钮。