单项选择题

已知有如下语句:
s="hello, world"
r=Mid(s,7,5)
运行上面的语句后,变量r的值为 ( )

A) "hello"
B) "wotld"
C) "llo,w"
D) "orld\