Merge pull request #199 from ybjnew/patch-2

Update 04.1.md
This commit is contained in:
astaxie
2013-05-20 07:19:27 -07:00

View File

@@ -7,7 +7,7 @@
<title></title>
</head>
<body>
<form action="http://127.0.0.1:9090/login" method="post">
<form action="/login" method="post">
用户名:<input type="text" name="username">
密码:<input type="password" name="password">
<input type="submit" value="登陆">