Timeline.prototype.add=function(){}
我记得var Timeline=function(){}
声明了以后在外面添加add就要用prototype,书上看到有例题类似的,在声明里面定义add可以不用prototype