一、概述 死循环就是指的是永不会结束的循环,也即是循环的判断条件永远为true。 二、分类 for(;😉{} while(true){} 三、实例 for public static void main(String[] args) { for(;;){