单项选择题

A.for char in string
B.for char in string.chars()
C.for char in string.values()
D.for char in string.items()