单项选择题

A.cv2.waitKey(0)
B.cv2.destroyAllWindows()
C.cv2.waitKey(0)&0xFF
D.cv2.waitKey(0)后接着cv2.destroyAllWindows()