六種qsort排序方法 <本文中排序都是採用的從小到大 ... qsort(num,100,sizeof(num[0]),cmp); ... qsort( (void*) array , Num , sizeof( char* ) , compareString );
確定! 回上一頁