Html
    Css
    Js

    
                        
.box {
	width:300px;
	height:300px;
	background-color:red;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-150px;
}
th {
	height:80px;
	width:80px;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

简单的增删该

原生的js写的增删该,用户名登录,对表单,和登录都有较好的理解和认识

0