多项选择题

跳转路由的方式有()

A.router.push(’home’)
B.router.go(1)
C.router.replace(’home’)
D.以上都不对