json j; ifstream ifs(*File); if (!ifs.is_open()) { //return false;; } ifs >> j; ifs.close(); for (auto& elm : j.items()) { nlohmann::json object ...
確定! 回上一頁