repository/captureRepo.go @@ -358,8 +358,8 @@ // 比较两个整数的大小 if num1 > num2 { return "out" return "2" } else { return "in" return "1" } }