数组定义时慎重使用
String str[][] =null;
因为接下来如果不定义长度的话,会造成空指针异常
System.out.println(Arrays.toString(qrw))//将数组包装成String字符串并打印