一道C#程序题!!有一个问题需要各位大侠帮忙!急!!!
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespa...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication24
{
class Program
{
static void Main(string[] args)
{
string mystring = "this is a test.";
char[] mychar= {' '};//空格;
string[] mywords;
mywords=mystring.Split(mychar);
foreach(string myword in mywords)
{
Console.WriteLine("{0}".myword);
}
Console.ReadKey();
}
}
}
这道程序题在运行的时候运行不了!求解!!以下是错误代码的说明; 展开
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication24
{
class Program
{
static void Main(string[] args)
{
string mystring = "this is a test.";
char[] mychar= {' '};//空格;
string[] mywords;
mywords=mystring.Split(mychar);
foreach(string myword in mywords)
{
Console.WriteLine("{0}".myword);
}
Console.ReadKey();
}
}
}
这道程序题在运行的时候运行不了!求解!!以下是错误代码的说明; 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询