100以内的所有质数。 //代码一: public class TestDemo { public static void main(String[] args) { //输出100以内的所有质数(素数,奇数),2是最小的质 … 继续阅读 100以内的所有质数。