String为字符串 String[]为字符串数组,意味着String[]包含很多String比如String s1="1";String s2="1";String s3="1";Sring[]arr=new String[]{s1,s2,s3}