找考题网-背景图
单项选择题

以下代码输出结果是()string str ="aaa@qq.com";string[]result =str.Split(’@’);Console.WriteLine(result[0]);

A.aaa
B.qq.com
C.qq
D.代码编写有误,不能运行