📜  编写一个无限循环java代码示例

📅  最后修改于: 2022-03-11 14:52:13.799000             🧑  作者: Mango

代码示例1
while(true) {
  //do whatever
}