This commit is contained in:
2022-05-07 14:31:17 +08:00
parent bf57a0ad7a
commit 201cec9c34
10 changed files with 146 additions and 102 deletions

View File

@@ -13,7 +13,7 @@ void STL::SyncDargonBox_STL()
void STL::DrawDargonBox_STL(char* Buffer)
{
std::cout << u8"插件收到的字符串:" << Buffer << std::endl;
std::cout << "插件收到的字符串:" << Buffer << std::endl;
rapidjson::Document Dom;
Dom.Parse(Buffer);