04 2014 档案
摘要:hello everyone.This is a heading with no positionThis heading is moved left according to its normal positionThis heading is moved right according t...
阅读全文
摘要:Hello Strapdown # Markdown text goes in here ## Chapter 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor in...
阅读全文
摘要:substr (start[, 所要子川的长度]);substring(start, 结束的位置)
阅读全文
摘要:转眼间,毕业一年,工作两年了. 现实的问题摆在了眼前, 女友还有一年研究生要毕业了. 现在在杭州的水稻所,我俩的家都是河北的. 她在杭州,我在石家庄,我现在是(劳务派遣)程序员,月工资到手4000,有五险,有公积金. 再说说绕不过去的房价,石家庄(河北省会)二环附近8000+, 家里负担的...
阅读全文
摘要:/** * Created by cyk on 14-4-17. */function Person() { var temp = this; //this指向Person console.log("here"); return new Person.prototype.init();}Person.prototype = { constructor: Person, //这种方式覆盖了Perso...
阅读全文
摘要:// 执行的func生成一个空对象,如果有return就会把生成的func对象抛弃function func() {}alert(temp instanceof func)function func() { // return new Date(); // 执行的func生成一个空对象 // return new Date();}var temp = new func();alert(temp);...
阅读全文