對了幾遍12行就是出不來。求幫忙。
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
? ? class Program
? ? {
? ? ? ? static void Main(string[] args)
? ? ? ? {
? ? ? ? ? ?string[] whsj=new string[]{"關(guān)羽","張飛","趙云","馬超","黃忠"};
? ? ? ? ? ?for (int i=0;i<whsj.length;i++)
? ? ? ? ? ?{
? ? ? ? ? ? ? ?Console.Write(whsj[i]+",");
? ? ? ? ? ?}//請?jiān)谶@里完善代碼
? ? ? ? }
? ? }
}
2018-11-03
Length
2018-10-10
一個(gè)字母的大小寫的問題。。。。。。