单项选择题

A.在Fragment中必须在onDestroyView()中做解绑操作。
B.在Fragment中不必在onDestroyView()中做解绑操作。
C.在Fragment可以不做解绑操作。
D.在Fragment中必须在onActivity()中做解绑操作。