摘要: #include <iostream> #include <vector> #include <time.h> using namespace std; typedef unsigned char uchar; vector<uchar> testVector = { 0, 255, 238, 25 阅读全文