C#程序查找字符串中单词的索引
声明并初始化一个数组-
string[] str = new string[] {
"Cat",
"Mat",
"Rat"
};现在,用ueIndexOf()方法找到单词“Mat”的索引-
Array.IndexOf(str, "Mat");
以下是代码-
示例
using System;
public class Demo {
public static void Main() {
string[] str = new string[] {
"Cat",
"Mat",
"Rat"
};
Console.WriteLine("Our Array =");
for (int i = 0; i < str.Length; i++) {
string res = str[i];
Console.WriteLine(res);
}
int findIndex = Array.IndexOf(str, "Mat");
Console.Write("Element Mat found at the following index: ");
Console.WriteLine(findIndex);
}
}输出结果
Our Array = Cat Mat Rat Element Mat found at the following index: 1
热门推荐
10 鸡脚结婚祝福语大全简短
11 冬至宾馆祝福语简短独特
12 妹妹生日祝福语简短好看
13 妈妈生日祝福语简短优美
14 如果不结婚祝福语简短
15 便利贴老师祝福语简短
16 YY周年庆祝福语简短
17 生日祝福语简短语股票
18 滑稽搞笑结婚祝福语简短