单选题 Mid("Hello Everyone",7,3)的执行结果是( )。
A) yon B) every C) Eve D) one

【正确答案】 C
【答案解析】[解析] Mid函数的格式是Mid$(字符串,p,n),从第P个字符开始,向后截取n个字符。