為什么我的網(wǎng)頁顯示密碼后面啥也沒有
?
沒有出現(xiàn)那個(gè)輸入密碼的框 ? ? input type="password" ? 我也是這樣設(shè)置的啊?
<body>
? ? <h1>用戶登錄</h1>
? ? <hr>
? ? <form action="dologin.jsp" name="loginForm" method="get">
? ? <table>
? ? <tr>
? ? <td>用戶名</td>
? ? <td><input type="text" name="username"/></td>
? ? </tr>
? ? <tr>
? ? <td>密碼</td>
? ? <td><intput type="password" name="password"/></td>
? ? </tr>
? ? <tr>
? ? <td colspan="2"><input type="submit" value="登錄"></td>
? </tr>
? ? </table>
? ? </form>
? </body>
2016-11-18
所以說 一定要仔細(xì) ?原來我的input ?寫錯(cuò)了 ? 拼成了 intput ? 真是打臉 ? ?大家引以為戒!