2016年5月24日
摘要: <!DOCTYPE html><html> <head> <style> /*首页右侧快速导航栏*/.rightNav{position:fixed; width:140px; right:0; top:180px; _position:absolute; text-align:left; curs 阅读全文
posted @ 2016-05-24 17:43 再美的梦。 阅读(181) 评论(0) 推荐(0) 编辑
摘要: <script> var Sys = {}; var ua = navigator.userAgent.toLowerCase(); if (window.ActiveXObject){ Sys.ie = ua.match(/msie ([\d.]+)/)[1] if (Sys.ie<=8){ co 阅读全文
posted @ 2016-05-24 17:30 再美的梦。 阅读(162) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><meta charset="utf-8"><head> <title>jquery实现页面皮肤切换并保存</title> <link title="green" rel="stylesheet" href="css/skin_0.css" id="cssfile"> 阅读全文
posted @ 2016-05-24 17:28 再美的梦。 阅读(207) 评论(0) 推荐(0) 编辑
摘要: <script> 第一种方法 随机生成六位数 永不会重复 可以更改成一次生成一位数 alert(math(1)) function math(math){ // 定义存放生成随机数的数组 var array=[]; // 循环N次生成随机数 for(var i = 1 ;i<=math ; i++) 阅读全文
posted @ 2016-05-24 17:21 再美的梦。 阅读(3935) 评论(0) 推荐(0) 编辑