一道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个回答
力控科技
2024-12-19 广告
2024-12-19 广告
第一步:看XPE是什么版,如果内核是英文版,需要安装一个MUI包,即语言包。第二步:进入控制面板-区域和语言选项,如下图,在区域选项中,选择“中文(中国)”,位置也为“中国”,在高级选项中,代码页转换表中,将所有的“简体中文”都选择上。...
点击进入详情页
本回答由力控科技提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询