会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Spacebound_Stan
张新宇的博客。个人主页请访问:zhangxy.duapp.com
CnBlogs
Home
New Post
Contact
Admin
Subscription
[Top]
欢迎来到我的博客园
欢迎您来到我的博客,交流与分享您的想法与成果。 我的个人主页请访问:zhangxy.duapp.com 新浪博客地址请访问:http://blog.sina.com.cn/u/5802810324
Read More
posted @ 2016-09-29 15:24 Spacebound_Stan
Views(88)
Comments(0)
Diggs(0)
2016年9月29日
面向对象组合继承
function Person(name,sex,age){ this.name = name; this.sex = sex; this.age = age;}Person.prototype.eat = function(){ console.log("每个人都会吃饭");}function P
Read More
posted @ 2016-09-29 17:23 Spacebound_Stan
Views(82)
Comments(0)
Diggs(0)
JQuery无缝滚动
$(function(){ $("ul li:lt(5)").clone().appendTo("ul"); var $width = $("ul li:lt(5)").width() * 4; var currIndex = 0; $("#next").click(function(){ if(c
Read More
posted @ 2016-09-29 17:20 Spacebound_Stan
Views(193)
Comments(0)
Diggs(1)
高效数组去重
Array.prototype.unique = function() { var n = {}, r = [], len = this.length, val, type; for (var i = 0; i < this.length; i++) { val = this[i]; type =
Read More
posted @ 2016-09-29 17:03 Spacebound_Stan
Views(145)
Comments(0)
Diggs(0)
记录-博客
人生总是太多离散。
Read More
posted @ 2016-09-29 15:06 Spacebound_Stan
Views(74)
Comments(0)
Diggs(0)
公告