(c = getoptv (argc, argv, optv)) != -1这条语句该怎么理解getoptv返回整形数值0或-1[解决办法]等效于两句 c = getoptv (argc, argv, optv); c != -1你那个后面没有分号,我也没写。看着感觉像是 if 语句括号里的判定