单项选择题

A.str.substring(4,9)返回值是"onet"
B.str.length的返回值是"18"
C.str.charAt("4")返回值是"e"
D.str.toUpperCase()的返回值是"welcometoBeijing"