- 2
- 0
- 约7.3千字
- 约 8页
- 2019-07-30 发布于浙江
- 举报
!-- 建议在Firefox\Chrome\IE9+上运行(UTF-8编码),至于为什么呢,请看下文 --
!-- @Author cq.amin --
!-- @基于javascript实现的学生管理系统,只为js初学者参考,大神请忽略吧 --
!-- @在实现展现的时候,我使用现在比较火热的css框架bootstrap,效果很不错 --
!DOCTYPE html
html
head
titleStudent Info Manager/title
link rel=stylesheet type=text/css href=css/bootstrap.css
link rel=stylesheet type=text/css href=css/bootstrap-responsive.css
script type=text/javascript
var _data = [],info_body,numReg = /^\d+$/;
String.prototype.trim = function() {
return this.replace(/(^\s*)|(\s*$)/g, );
}
//根据ID找到obj
function $(id){
return document.getElementById(id)
原创力文档

文档评论(0)