亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

C#中搜索字符串的方法是什么

c#
小億
225
2024-04-29 09:22:44
欄目: 編程語言

在C#中搜索字符串可以使用IndexOf方法或者Contains方法。

  1. 使用IndexOf方法:
string str = "Hello, world!";
int index = str.IndexOf("world");
if(index != -1)
{
    Console.WriteLine("String found at index: " + index);
}
else
{
    Console.WriteLine("String not found");
}
  1. 使用Contains方法:
string str = "Hello, world!";
if(str.Contains("world"))
{
    Console.WriteLine("String found");
}
else
{
    Console.WriteLine("String not found");
}

這兩種方法都可以用來搜索字符串,并返回相應的結果。

0
定襄县| 修武县| 当涂县| 扎兰屯市| 营口市| 西乌珠穆沁旗| 米脂县| 东安县| 东阳市| 峨眉山市| 平远县| 河西区| 麻城市| 临高县| 灌阳县| 哈巴河县| 诸城市| 腾冲县| 北京市| 清河县| 涞水县| 景宁| 刚察县| 特克斯县| 久治县| 尉犁县| 白朗县| 象州县| 弋阳县| 游戏| 华容县| 梁山县| 榆社县| 措勤县| 鲁山县| 白沙| 兰溪市| 西贡区| 定南县| 云林县| 泰和县|