以下编码的输出结果是(      )。
if(true)
  Console.Write("第一条消息。");
Console.Write("第二条消息。"); A.

第一条消息。 B.

第二条消息。 C.

第一条消息。第二条消息。 D.

没有输出