求质数 **```//可以先写一个方法,来判断一个数是否是质数 public static boolean isZhiShuTwo(int n) { for (int i = 2; i < n; i++)