单项选择题

除了使用<router-link>创建<a>标签可以定义导航链接之外,还可以使用router的()方法实现导航的功能。

A.change()
B.pop()
C.push()
D.to()