//如果是传字符则为索引的变化
}else if(typeof n == 'string'){
cidx = idx + n*1;
}
这里为啥会传字符?
看老师后面的代码 self.goIndex('+1'); 他调用的时候 都是用字符串调用的~~