问题:
A、bookTypeList.add("小说");
B、bookTypeList.get("小说");
C、bookTypeList.contains("小说");
D、bookTypeList.remove("小说");
相关内容