瞎掰

总把新桃换旧符

寄语

公历2016年马上就要过去了,总是比农历来得早一些,也让人变得猝不及防,直到了春节,才能慢慢适应过来。

不知不觉中对时间有些麻木了,不能很好地掌控了。

心情

好奇忧郁恍惚承受

代码

1
2
3
4
5
6
7
8
9
function Me() {
this.name = '路小武';
this.age = 24;
}
Me.prototype.skill = function () {
alert('');
};

var Despicable = new Me();

finally

this is a test!