示例#1
0
 public static void Clean()
 {
     for (int i = 0; i < 40; i++)
     {
         ScreenLogger.print("");
     }
 }