摘要: //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 张正-博客园 阅读(201) 评论(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 张正-博客园 阅读(948) 评论(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 张正-博客园 阅读(211) 评论(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 张正-博客园 阅读(347) 评论(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 张正-博客园 阅读(4645) 评论(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 张正-博客园 阅读(218) 评论(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 张正-博客园 阅读(103) 评论(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 张正-博客园 阅读(113) 评论(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 张正-博客园 阅读(111) 评论(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 张正-博客园 阅读(97) 评论(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 张正-博客园 阅读(139) 评论(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 张正-博客园 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 将一张照片分成24个小块,切换时让24个小块不同时间分别消失,粉碎机的效果 阅读全文
posted @ 2017-03-10 10:52 张正-博客园 阅读(190) 评论(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 张正-博客园 阅读(109) 评论(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 张正-博客园 阅读(223) 评论(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 张正-博客园 阅读(95) 评论(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 张正-博客园 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 面试常问问题 阅读全文
posted @ 2017-03-10 10:38 张正-博客园 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 如果要相反顺序排序只需要修改x-y变为y-x 阅读全文
posted @ 2017-03-10 10:37 张正-博客园 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 未完成的自己手写的打飞机,有谁有完整版的手写游戏欢迎共享 阅读全文
posted @ 2017-03-10 10:36 张正-博客园 阅读(203) 评论(0) 推荐(0) 编辑