feat(查找最优的ip): 增加次数判断

pull/534/merge
mack-a 2020-07-31 10:11:27 +08:00
parent a8c48a5fe3
commit 61a24a70f8
1 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,12 @@ init(){
echoContent red "错误"
exit
fi
echoContent red "============================================="
echoContent green "默认测试为五次超时为1000ms"
echoContent green "请输入单个ip的测试次数【默认为5次】"
echoContent red "============================================="
read testNum
pingTool
}
checkSystem(){