单项选择题

multiprocessing.Queue中,从队列中获得一个数据元素,并将其从队列中拿出的方法()

A.qsize()
B.put()
C.get()
D.full()