假设您想使用Python CGi脚本登录您的帐户,以下是详细信息
login.html
<html>
<body>
<form action="login.py" method="get">
email: <input type="text" name="e1">
password: <input type="password" name="p1">
<input type="submit" value="register">
</form>
</body>
</html>



腾讯云 12-20 广告

