单项选择题

A.str[start:end]
B.str.sub(start,end)
C.str.slice(start,end)
D.str.substring(start,end)