A. 对 B. 错
A. 删除元素,不存在则抛出异常 B. 删除元素,不存在则报错 C. 删除元素,不存在则返回false D. 删除元素,不存在则新建
A. add() B. pop() C. copy() D. clear()