欢迎您来到我的博客,交流与分享您的想法与成果。 我的个人主页请访问:zhangxy.duapp.com 新浪博客地址请访问:http://blog.sina.com.cn/u/5802810324 Read More
posted @ 2016-09-29 15:24 Spacebound_Stan Views(80) Comments(0) Diggs(0) Edit
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(79) Comments(0) Diggs(0) Edit
$(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(187) Comments(0) Diggs(1) Edit
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(141) Comments(0) Diggs(0) Edit
人生总是太多离散。 Read More
posted @ 2016-09-29 15:06 Spacebound_Stan Views(71) Comments(0) Diggs(0) Edit