System.Text.StringBuilder”并不包含“Split”的定义
来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/11/05 22:37:14
System.Text.StringBuilder”并不包含“Split”的定义
想要以‘c’为分隔,分离字符串,但是提示如题错误,怎么改呢?
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplication5
{
class Program
{
static void Main(string[] args)
{
int i;
Console.WriteLine("请输入一个字符串:");
string str = Console.ReadLine();
StringBuilder newstr = new StringBuilder(str);
newstr.Insert(3,"abcd");
Console.WriteLine(newstr);
char[] tor ={ 'c' };
string[] str1 = new string[100];
str1 = newstr.Split(tor);
int j = 0;
while (j < str1.Length)
{
Console.WriteLine("{0}:{1}",j,str1[j]);
j++;
}
Console.Read();
}
}
}
想要以‘c’为分隔,分离字符串,但是提示如题错误,怎么改呢?
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplication5
{
class Program
{
static void Main(string[] args)
{
int i;
Console.WriteLine("请输入一个字符串:");
string str = Console.ReadLine();
StringBuilder newstr = new StringBuilder(str);
newstr.Insert(3,"abcd");
Console.WriteLine(newstr);
char[] tor ={ 'c' };
string[] str1 = new string[100];
str1 = newstr.Split(tor);
int j = 0;
while (j < str1.Length)
{
Console.WriteLine("{0}:{1}",j,str1[j]);
j++;
}
Console.Read();
}
}
}
str1 = newstr.Split(tor); 这行 换成
str1 = newstr.ToString().Split(tor);
str1 = newstr.ToString().Split(tor);
System.Text.StringBuilder”并不包含“Split”的定义
“System.Windows.Forms.UserControl”并不包含“selUser”的定义
c# 错误 1 “System.Console”并不包含“writeline”的定义 是什么原因?
Math.pow(2,16);c#中我用这个有错误.说"system.math"并不包含“pow”的定义,怎么办?
使用 Request.Redirect 出现:“System.Web.HttpRequest”并不包含“Redirect
用了ViewBag,但是总提示“System.Data.DataSet”未包含"tables"的定义
包含体,主要的定义
split up的意思
split
怎样单独定义input下的text的样式?
C++中split怎么定义啊?
text message的text是什么意思