<script type="text/javascript" language="JavaScript">
$(function(){
localStorage.setItem("account", '');
localStorage.setItem("type", '');
});
</script>
学生宿舍管理系统
欢迎使用
<input id="account" class="form-control col-sm-6" type="text" />
<input id="password" class="form-control col-sm-6" type="password" />
<input id="captcha" class="form-control col-sm-6" type="text" />
<input type="radio" id="radio-1" name="type" value="3" />
<label>学生</label>
<input type="radio" id="radio-2" name="type" value="2" />
<label>宿管</label>
<input type="radio" id="radio-3" name="type" value="1" />
<label>管理员</label>
运行时说$没有定义,但是可以直接跳转登录宿舍系统界面,但是验证码的图片一直不能显示出来,请问这个问题该怎么解决啊,谢谢!