在用html或者jsp写登录界面的时候,可能需要将“请输入账号”和“请输入密码”这些东西放在框内,在我们输入的时候自动消失,如图:
代码:
<input type="text" name="username" placeholder="请输入账号"/></br>
<input type="password" name="password" placeholder="请输入密码"/></br>
<input type="submit" value="登录" />
运行之后 OK
在用html或者jsp写登录界面的时候,可能需要将“请输入账号”和“请输入密码”这些东西放在框内,在我们输入的时候自动消失,如图:
代码:
<input type="text" name="username" placeholder="请输入账号"/></br>
<input type="password" name="password" placeholder="请输入密码"/></br>
<input type="submit" value="登录" />
运行之后 OK