<html> <body> <form action="/reset" method='POST'> 旧密码: <input type="password" name="old-psd" /> <br/> 新密码: <input type="password" name="new-psd" /> <br/> <input type="submit" name="submit" value="提交" /> <input type="button" name="submit" value="放弃修改" onclick="window.location.href='/{{ username }}'"/> </form> </body> </html>