1.内存申请:unsigned char *pesData = NULL;pesData = (unsigned char*)malloc(1024*50);memset(pesData, 0x0,1024*50);2.
確定! 回上一頁