问题详情
从L=(),())中,取出banana元素的表达式为()。
A、head(tail(L))
B、head(head(tail(L)))
C、tail(head(tail(L)))
D、head(tail(head(tail(L))))