上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: 实现效果:图片自动轮播; 鼠标移入相应数字,会显示相应图片。 阅读全文
posted @ 2017-02-04 15:49 iriliguo 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 实现效果:点击文字,文字会出现背景颜色; 点击左移/右移,文字会做出对应移动。 阅读全文
posted @ 2017-02-04 14:56 iriliguo 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 实现效果:可删除单行,多选及全选删除多行; 文本可编辑; 动态添加行。 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <script src="../js/jquery-3.1.1. 阅读全文
posted @ 2017-02-04 13:49 iriliguo 阅读(204) 评论(0) 推荐(0) 编辑
摘要: Title select all name age operation may 18 delete lily 18 delete ... 阅读全文
posted @ 2017-02-03 20:00 iriliguo 阅读(2244) 评论(0) 推荐(0) 编辑
摘要: <html><head> <title>register</title> </head><body> <div id="wrapper"> <form name="login-form" class="login-form" action="" method="post"> <div class=" 阅读全文
posted @ 2017-02-03 19:50 iriliguo 阅读(4036) 评论(0) 推荐(0) 编辑
摘要: <?php //cookie实现自动登录 error_reporting(0);// 关闭错误报告(浏览页面出现notice可用此法消除) $user = $_POST['username'];$pwd = $_POST['password'];if ($user!=''&&$pwd!=''){if 阅读全文
posted @ 2017-02-03 19:03 iriliguo 阅读(7480) 评论(0) 推荐(0) 编辑
摘要: 读取数据库内容到页面: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <style> *{ background: #009899; position: relative; } table{ 阅读全文
posted @ 2017-02-03 18:36 iriliguo 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 功能实现:在网页动态生成表格; 点击该行删除按钮可删除该行。 <?php $singer1=array("id"=>"1","name"=>"容祖儿","introduce"=>"容祖儿(Joey Yung),1980年6月16日生于中国香港,中国香港女歌手。香港英皇集团旗下艺人。"); $sing 阅读全文
posted @ 2017-01-19 14:19 iriliguo 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1.把数组以表格的形式显示 <?php $array = array( '书籍' => array( '生活', '人与自然','动物世界'), '体育用品' => array( '乒乓球','网球','高尔夫球'), '水果' => array( '橙子', '葡萄','苹果') ); //创建表 阅读全文
posted @ 2017-01-19 14:06 iriliguo 阅读(233) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>冒泡排序(bublesort)</title> <script>// console.log(new Date().getTime()); console.time 阅读全文
posted @ 2017-01-17 18:52 iriliguo 阅读(809) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页