[单选]
以下 C# 代码:static void Main(string[] args) { string str= "this is a string"; string [Jstr = str. Split(''); Console. WriteLine("Computer: { 0}", str[O]);}
A. 在控制台窗口显示"Computer: this is a string"
B. 在控制台窗口显示"Computer: this"
C. 在控制台窗口显示"Computer: "
D. 在控制台窗口显示无输出