using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Test2 { class Program { static void Main(string[] args) { // //1.indexof() :在字符串中从前向后查找某个字符,如找到就输出位置,如没找到则为 - 1 //string tes…