多项选择题
A.router.push(location)B.router.go(n)C.router.forward()D.router.goback()
A.router.app路由使用模式B.router.replace(location):进行路由的替换,不会将上次的路由保存到history中。C.router.replace(location):进行路由的替换,会将上次的路由保存到history中。D.router.go(n)中的n不能为负数
A.ie8B.ie7C.ie9D.都不支持