shenjian 7 anni fa
parent
commit
ec664edf4f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      PingList/Program.cs

+ 2 - 2
PingList/Program.cs

@@ -41,8 +41,8 @@ namespace PingList
                 }
                 else
                 {
-                    Console.WriteLine(item + "......OK");
-                    sb.AppendLine(item + "\tOK");
+                    Console.WriteLine(item + "......" + r.ToString() + "ms");
+                    sb.AppendLine(item + "\t" + r.ToString()+"ms");
                 }
 
             }