01 2019 档案

摘要:判断不等于某一个数字的时候,数据表为空的字段不参与比较; 判断字段为空用 is null 阅读全文
posted @ 2019-01-15 11:41 super久违 阅读(301) 评论(0) 推荐(0)
摘要:$(document).keyup(function(event){ if ( event.keyCode === 67 && event.ctrlKey ){ document.getElementById("btnCapture").click(); } }); 阅读全文
posted @ 2019-01-11 13:50 super久违 阅读(109) 评论(0) 推荐(0)
摘要:本例子结合layer.open使用 HTML代码 JS代码 实际网址 http://127.0.0.1/again/index.php?s=/Index/userstudentlist/id/167/ban/25 后台代码 模板 阅读全文
posted @ 2019-01-08 09:52 super久违 阅读(2613) 评论(0) 推荐(0)
摘要:多个并且的字段用or链接 阅读全文
posted @ 2019-01-07 16:07 super久违 阅读(1008) 评论(0) 推荐(0)