Parcourir la source

显示倒计数;

Jeff il y a 5 ans
Parent
commit
bca0f600c5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      scbc.tools/test/test.cpp

+ 1 - 1
scbc.tools/test/test.cpp

@@ -39,7 +39,7 @@ int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
 
 		int i = 10000;
 		while(i--){
-
+			printf("\n\n******************No.%ld******************\n", i);
 			// 1、查询订单是否已下载成功;
 			int nRet = QueryMidInfo(bid.c_str());
 			printf("QueryMidInfo:%d\n", nRet);