if(stringarray == null&&stringarray.Length==0){ //为空后的代码...} //解释:stringarray == null判断数组对象不为空.stringarray.Length==0判断数组内数据为空