数组元素查找(查找指定元素第一次在数组中出现的索引)
public static void main(String[] args) { /*String [] ac = {"sche"," ","1123","we"}; String a = "we"; for(int i=0;i< ac.length;i+