發(fā)布時(shí)間:2018-06-08 11:30 作者:獨(dú)孤劍 閱讀:2000
static void Main(string[] args) { string[] arr = { "a", "b", "c", "d", "e" }; if (Array.IndexOf(arr, "a") >= 0) { // 存在 Console.Write("存在"); } else { // 不存在 Console.Write("不存在"); } Console.ReadLine(); }
微信打賞, 微信掃一掃
支付寶打賞, 支付寶掃一掃
如果文章對(duì)您有幫助,歡迎給作者打賞