摘要: $person = array( array('num'=>'001','id'=>6,'name'=>'zhangsan','age'=>21), array('num'=>'001','id'=>7,'name'=>'ahangsan','age'=>23), array('num'=>'003 阅读全文
posted @ 2017-03-06 14:49 azcqwezxc 阅读(92) 评论(0) 推荐(0) 编辑
摘要: //jquery获取复选框选中的值 var chk_value =[];//定义一个数组 $('input[name="interest"]:checked').each(function(){//遍历每一个名字为interest的复选框,其中选中的执行函数 chk_value.push($(thi 阅读全文
posted @ 2017-03-06 11:14 azcqwezxc 阅读(84) 评论(0) 推荐(0) 编辑
摘要: /*php部分*///分页方法function page_list($sql,$num) //参数:查询语句,每页显示条数{ include ('../configs/db.init.php'); $sql = $sql; $result = $mysqli->query($sql); $count 阅读全文
posted @ 2017-03-06 09:39 azcqwezxc 阅读(668) 评论(0) 推荐(0) 编辑