单项选择题

A.with open(file,’r’)as f:content =f read()
B.file.read()
C.open(file,’r’).read()
D.A和C都对