好暈啊,哪里錯(cuò)了呢
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
??? class Program
??? {
??????? static void Main(string[] args)
??????? {
????????? string[] name = new string[]{"關(guān)羽","張飛","趙云","馬超","黃忠"} ;
????????? for (int i =0;i < name.Length;i++)
????????? {
????????????? Console.Write(name[i]+",");
????????? }
??????? }
??? }
}
2020-03-13
你的數(shù)組錯(cuò)了"關(guān)羽,","張飛,","趙云,","馬超,","黃忠,"。換這個(gè)進(jìn)去就對(duì)的 一些要主頁(yè)那些輸出的標(biāo)點(diǎn)符號(hào)。也不中的這個(gè)能不能改 分割符
2019-06-06
代碼是沒(méi)有問(wèn)題的? 在VS上輸出也是正常? ?應(yīng)該是沒(méi)有按照慕課的固定模式輸出
2018-11-20
查看一下標(biāo)點(diǎn)是不是都是英文狀態(tài)下