Json stl拓展完成

This commit is contained in:
2022-04-22 02:16:45 +08:00
parent bb87d4d3a9
commit 44ea52a10a
9 changed files with 250 additions and 42 deletions

View File

@@ -51,7 +51,7 @@ uint32_t ThFunc(uint32_t v)
SQGetString(v, i, &Name);
if (bufferm.count(Name) == 0)
{
bufferm[Name] == 1;
bufferm[Name] = 1;
std::wcout << u8"参数为" << Name << std::endl;
}