1
0
xiu2 5 жил өмнө
parent
commit
963dfa68ed
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      README.md
  2. 1 1
      main.go

+ 1 - 1
README.md

@@ -50,7 +50,7 @@ https://github.com/XIU2/CloudflareSpeedTest
 
 示例:
     CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10
-    CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 -f "C:\\abc\ip.txt" -dd
+    CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 -f "C:\abc\ip.txt" -dd
 ```
 
 #### 使用示例

+ 1 - 1
main.go

@@ -43,7 +43,7 @@ https://github.com/XIU2/CloudflareSpeedTest
 
 示例:
     CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10
-    CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 -f "C:\\abc\ip.txt" -dd`
+    CloudflareST.exe -n 500 -t 4 -dn 20 -dt 10 -f "C:\abc\ip.txt" -dd`
 
 	flag.IntVar(&pingRoutine, "n", 500, "测速线程数量")
 	flag.IntVar(&pingTime, "t", 4, "延迟测速次数")