单项选择题

为了实现将5添加到list1的末尾, 需要用(      )。

A.list1.addEnd(5)
B.list1.append(5)
C.list1.addLast(5)
D.list1.add(5)