例如,使用nlohmann::json,我可以做到 map<string, vector<int>> m = { {"a", {1, 2}}, {"b", {2, 3}} }; json j = m; 但我做不到
確定! 回上一頁