2016年4月5日

摘要: host,$this->uid,$this->pwd,$db); //判断连接是否成功 !mysqli_connect_error() or die("连接失败"); //执行SQL语句 $result = $conn->query($sql); $attr = $result... 阅读全文
posted @ 2016-04-05 15:53 神靖希希 阅读(723) 评论(0) 推荐(0)
 
摘要: 当点击删除时,弹出提示的对话框,点击确定就跳转到处理页面,点击取消不跳转 代码: 效果: 阅读全文
posted @ 2016-04-05 11:36 神靖希希 阅读(678) 评论(0) 推荐(0)