摘要:
//F12 切换手机模式 <!doctype html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="w 阅读全文
posted @ 2017-03-10 11:38
张正-博客园
阅读(214)
评论(0)
推荐(0)
摘要:
var oText = document.getElementById("text");var oBtn = document.getElementById("btn");var val = "";creatCode()function creatCode(){ var arr = ['0','1' 阅读全文
posted @ 2017-03-10 11:20
张正-博客园
阅读(1004)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } a{ text-decoration: none; } #t 阅读全文
posted @ 2017-03-10 11:16
张正-博客园
阅读(218)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{margin: 0; padding: 0;} body,html{width: 100%;height: 10 阅读全文
posted @ 2017-03-10 11:14
张正-博客园
阅读(353)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <input type="button" name="" id="btn" value="按钮" /> <input type="bu 阅读全文
posted @ 2017-03-10 11:12
张正-博客园
阅读(4660)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <input type="button" name="" id="btn" value="按钮" /> <input type="bu 阅读全文
posted @ 2017-03-10 11:08
张正-博客园
阅读(223)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #box{ width: 100px; height: 100px; border: 1px solid #FF00 阅读全文
posted @ 2017-03-10 11:06
张正-博客园
阅读(113)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> a{ text-decoration: none; display: block; width:30px; he 阅读全文
posted @ 2017-03-10 11:04
张正-博客园
阅读(118)
评论(0)
推荐(0)
摘要:
<!doctype html><html><head><meta charset="utf-8"><title>无标题文档</title></head><style> *{ margin: 0; padding: 0; } body,html{ width: 100%; height: 100%; 阅读全文
posted @ 2017-03-10 11:03
张正-博客园
阅读(118)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script type="text/javascript"> Function.prototype.extend = funct 阅读全文
posted @ 2017-03-10 10:59
张正-博客园
阅读(101)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #box{width: 100px;height: 100px; border: 2px solid #abcdef 阅读全文
posted @ 2017-03-10 10:56
张正-博客园
阅读(145)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script type="text/javascript"> document.onmouseover = function() 阅读全文
posted @ 2017-03-10 10:54
张正-博客园
阅读(154)
评论(0)
推荐(0)
摘要:
将一张照片分成24个小块,切换时让24个小块不同时间分别消失,粉碎机的效果 阅读全文
posted @ 2017-03-10 10:52
张正-博客园
阅读(195)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } #top{ width: 100px; height: 阅读全文
posted @ 2017-03-10 10:49
张正-博客园
阅读(112)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> img{ display: block; } #menu{ width:32px; 阅读全文
posted @ 2017-03-10 10:47
张正-博客园
阅读(229)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> *{margin: 0;padding: 0;} #box{position: relative;width: 阅读全文
posted @ 2017-03-10 10:39
张正-博客园
阅读(103)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script type="text/javascript"> var arr = [2,5,8,9,100,51,52] ale 阅读全文
posted @ 2017-03-10 10:38
张正-博客园
阅读(396)
评论(0)
推荐(0)
摘要:
面试常问问题 阅读全文
posted @ 2017-03-10 10:38
张正-博客园
阅读(96)
评论(0)
推荐(0)
摘要:
如果要相反顺序排序只需要修改x-y变为y-x 阅读全文
posted @ 2017-03-10 10:37
张正-博客园
阅读(141)
评论(0)
推荐(0)
摘要:
未完成的自己手写的打飞机,有谁有完整版的手写游戏欢迎共享 阅读全文
posted @ 2017-03-10 10:36
张正-博客园
阅读(226)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style> *{ margin: 0; padding: 0; } .bg{ width: 100%; height: 180 阅读全文
posted @ 2017-03-10 10:31
张正-博客园
阅读(188)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> </body></html> <h1>沁园春·雪</h1> <h2>毛***</h2> <div> <span> <div>北国风 阅读全文
posted @ 2017-03-10 10:30
张正-博客园
阅读(557)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } body,html{ position: relativ 阅读全文
posted @ 2017-03-10 10:29
张正-博客园
阅读(208)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script type="text/javascript"> time() setInterval(time,1000) fun 阅读全文
posted @ 2017-03-10 10:25
张正-博客园
阅读(521)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style> *{ margin: 0; padding: 0; border: 0; } body,html{ width: 阅读全文
posted @ 2017-03-10 10:25
张正-博客园
阅读(240)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <div id="box"> </div> <script type="text/javascript"> var num=0; va 阅读全文
posted @ 2017-03-10 10:24
张正-博客园
阅读(128)
评论(0)
推荐(0)
摘要:
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>选项卡</title><style type="text/css"> .main {width:400px; margin 阅读全文
posted @ 2017-03-10 10:23
张正-博客园
阅读(191)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script type="text/javascript"> if(navigator.userAgent.indexOf( ' 阅读全文
posted @ 2017-03-10 10:22
张正-博客园
阅读(128)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <div id="box"> <p>p1</p> <p>p2</p> <p>p3</p> <p>p4</p> </div> <scri 阅读全文
posted @ 2017-03-10 10:21
张正-博客园
阅读(201)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script type="text/javascript"> var time = setInterval(timer,1000); 阅读全文
posted @ 2017-03-10 10:20
张正-博客园
阅读(155)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> </style> </head> <body> <ul> <li>1111</li> <li>2222</li> < 阅读全文
posted @ 2017-03-10 10:19
张正-博客园
阅读(1628)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #box{ width: 100%; height: 600px; background: red; overflo 阅读全文
posted @ 2017-03-10 10:17
张正-博客园
阅读(153)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #box{ width: 100%; height: 600px; background: red; overflo 阅读全文
posted @ 2017-03-10 10:17
张正-博客园
阅读(221)
评论(0)
推荐(0)
摘要:
// 自己加载正确路径的jQ <!doctype html> <html><head><meta charset="utf-8"><title>无标题文档</title><style>body,div,ul,ol,li,p{margin:0px;padding:0px;}ul{border:1px 阅读全文
posted @ 2017-03-10 10:16
张正-博客园
阅读(544)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <script src="https://static.runoob.com/assets/react/react-0.14.7/ 阅读全文
posted @ 2017-03-10 10:14
张正-博客园
阅读(117)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, m 阅读全文
posted @ 2017-03-10 10:13
张正-博客园
阅读(208)
评论(0)
推荐(0)
摘要:
<!doctype html><html><head><meta charset="utf-8"><title>无标题文档</title></head><style> *{ margin: 0; padding: 0; border: 0; } body,html{ height: 100%; wi 阅读全文
posted @ 2017-03-10 10:12
张正-博客园
阅读(820)
评论(0)
推荐(0)

浙公网安备 33010602011771号