This is how I would write this loop: for (JsonArrayIterator it = root.begin(); it != root.end(); ++it) { JsonObject row = *it; char* sensor ...
確定! 回上一頁